aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2018-08-19 21:40:26 +0100
committerThomas Adam <thomas@xteddy.org>2018-08-19 21:40:26 +0100
commitbf03197e185b8f274fa6681fbaf6d4237c2bfe4f (patch)
tree1ea9de23e32dfb6296cd41a75add4f863927b58d /tmux.h
parent3310972d75675abccf6b2ccbd46afaa7ad1014b5 (diff)
parentcac4eadca01d669d31345993d5067b33a4311fdc (diff)
downloadrtmux-bf03197e185b8f274fa6681fbaf6d4237c2bfe4f.tar.gz
rtmux-bf03197e185b8f274fa6681fbaf6d4237c2bfe4f.tar.bz2
rtmux-bf03197e185b8f274fa6681fbaf6d4237c2bfe4f.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 1a1decf1..5f6d3050 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1354,8 +1354,12 @@ struct client {
#define CLIENT_TRIPLECLICK 0x200000
#define CLIENT_SIZECHANGED 0x400000
#define CLIENT_STATUSOFF 0x800000
+#define CLIENT_REDRAWSTATUSALWAYS 0x1000000
#define CLIENT_ALLREDRAWFLAGS \
- (CLIENT_REDRAWWINDOW|CLIENT_REDRAWSTATUS|CLIENT_REDRAWBORDERS)
+ (CLIENT_REDRAWWINDOW| \
+ CLIENT_REDRAWSTATUS| \
+ CLIENT_REDRAWSTATUSALWAYS| \
+ CLIENT_REDRAWBORDERS)
int flags;
struct key_table *keytable;