Label windows which are smaller than expected with a reason.

This commit is contained in:
nicm
2014-11-14 02:19:47 +00:00
parent 7cc4706646
commit e0929262db
3 changed files with 55 additions and 6 deletions

4
tmux.h
View File

@ -946,7 +946,9 @@ struct window {
#define WINDOW_ACTIVITY 0x2
#define WINDOW_REDRAW 0x4
#define WINDOW_SILENCE 0x8
#define WINDOW_ZOOMED 0x10
#define WINDOW_ZOOMED 0x1000
#define WINDOW_FORCEWIDTH 0x2000
#define WINDOW_FORCEHEIGHT 0x4000
#define WINDOW_ALERTFLAGS (WINDOW_BELL|WINDOW_ACTIVITY|WINDOW_SILENCE)
struct options options;