aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-05-10 20:01:17 +0100
committerThomas Adam <thomas@xteddy.org>2017-05-10 20:01:17 +0100
commit247ec2ad88d5e922882f94ce1e878816bfe3c7ad (patch)
treecd4b774f763d37a3cbba0b438e11132aaf2a09ff /tmux.h
parent0868512bbc31a7c14ddf9f484ab7e685a1f1c3f1 (diff)
parent2dc9bfd93afd26b76dfdbf4a22338a5ef85893bf (diff)
downloadrtmux-247ec2ad88d5e922882f94ce1e878816bfe3c7ad.tar.gz
rtmux-247ec2ad88d5e922882f94ce1e878816bfe3c7ad.tar.bz2
rtmux-247ec2ad88d5e922882f94ce1e878816bfe3c7ad.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 52ec692f..5aab8985 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1349,6 +1349,7 @@ struct client {
#define CLIENT_STATUSFORCE 0x80000
#define CLIENT_DOUBLECLICK 0x100000
#define CLIENT_TRIPLECLICK 0x200000
+#define CLIENT_SIZECHANGED 0x400000
int flags;
struct key_table *keytable;