aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2016-05-30 12:01:13 +0100
committerThomas Adam <thomas@xteddy.org>2016-05-30 12:01:13 +0100
commitc7a0f56c71109496a30b7f3463b717a6f0aca1ff (patch)
tree737211a91583900dfecdadf48657e08caa92ec63 /tmux.h
parent5e9412608ecae6fde3b68577397dbc07e6f2b4ac (diff)
parent1921fac814b98607031d975b69c6293a6227e274 (diff)
downloadrtmux-c7a0f56c71109496a30b7f3463b717a6f0aca1ff.tar.gz
rtmux-c7a0f56c71109496a30b7f3463b717a6f0aca1ff.tar.bz2
rtmux-c7a0f56c71109496a30b7f3463b717a6f0aca1ff.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index e360a351..796938af 100644
--- a/tmux.h
+++ b/tmux.h
@@ -945,10 +945,14 @@ struct window {
#define WINDOW_ZOOMED 0x1000
#define WINDOW_FORCEWIDTH 0x2000
#define WINDOW_FORCEHEIGHT 0x4000
+#define WINDOW_STYLECHANGED 0x8000
#define WINDOW_ALERTFLAGS (WINDOW_BELL|WINDOW_ACTIVITY|WINDOW_SILENCE)
struct options *options;
+ struct grid_cell style;
+ struct grid_cell active_style;
+
u_int references;
RB_ENTRY(window) entry;