aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2014-11-14 02:19:47 +0000
committernicm <nicm>2014-11-14 02:19:47 +0000
commite0929262db947f984964f979a23215c0de75ceb2 (patch)
treee09954e2ff09b3b9d309caf7b5c8d8630b6a0b3f /tmux.h
parent7cc470664616e7acbaaec65da760fd905e8e652d (diff)
downloadrtmux-e0929262db947f984964f979a23215c0de75ceb2.tar.gz
rtmux-e0929262db947f984964f979a23215c0de75ceb2.tar.bz2
rtmux-e0929262db947f984964f979a23215c0de75ceb2.zip
Label windows which are smaller than expected with a reason.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 7e520641..a15bd3d3 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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;