aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2017-05-10 16:48:36 +0000
committernicm <nicm>2017-05-10 16:48:36 +0000
commit2dc9bfd93afd26b76dfdbf4a22338a5ef85893bf (patch)
treeb0298a256138214105c8481b4e0128b3aa861309 /tmux.h
parent9dc6946ebf359ec811cc4bb8b68ea9862b496369 (diff)
downloadrtmux-2dc9bfd93afd26b76dfdbf4a22338a5ef85893bf.tar.gz
rtmux-2dc9bfd93afd26b76dfdbf4a22338a5ef85893bf.tar.bz2
rtmux-2dc9bfd93afd26b76dfdbf4a22338a5ef85893bf.zip
Prevent control clients from affecting the session size until they have
specified a size with refresh-client -C. Prompted by a different change with the same purpose from George Nachman.
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 9d0cd960..5fd57ee4 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1345,6 +1345,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;