mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 23:22:16 +02:00
fix and document window width on screen width dependency
This commit is contained in:
parent
f5e587a83b
commit
ca1ec21dc2
2 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@
|
|||
#include "term.h"
|
||||
|
||||
#define WINDOW_MIN_SIZE 2
|
||||
#define NEW_WINDOW_WIDTH 10
|
||||
#define NEW_WINDOW_WIDTH 20 /* must be >= MIN_SCREEN_WIDTH defined in term.c */
|
||||
|
||||
#define MAIN_WINDOW_TEXT_HEIGHT(window) \
|
||||
((window)->height-(window)->statusbar_lines)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue