diff options
author | Thomas Adam <thomas@xteddy.org> | 2014-11-19 09:22:03 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2014-11-19 09:22:03 +0000 |
commit | 3e8efcc555a2767ff0abc121cb3232d7e84c3873 (patch) | |
tree | d655f7fdb10952e417cd79e2f907e5e9d75ea0c5 /tmux.h | |
parent | bd803e82e96512473036461ec3832c569768e535 (diff) | |
parent | e0929262db947f984964f979a23215c0de75ceb2 (diff) | |
download | rtmux-3e8efcc555a2767ff0abc121cb3232d7e84c3873.tar.gz rtmux-3e8efcc555a2767ff0abc121cb3232d7e84c3873.tar.bz2 rtmux-3e8efcc555a2767ff0abc121cb3232d7e84c3873.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -944,7 +944,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; |