summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/tmux.h
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2017-05-10 16:48:36 +0000
committernicm <nicm@openbsd.org>2017-05-10 16:48:36 +0000
commitd55f3e48dfdc86046947331464533372fd36e9e4 (patch)
tree2fd095a05a95d7e1b5336e613f231c06cd043691 /usr.bin/tmux/tmux.h
parentWe can use ECH to clear sections of lines, so use it for internal panes (diff)
downloadwireguard-openbsd-d55f3e48dfdc86046947331464533372fd36e9e4.tar.xz
wireguard-openbsd-d55f3e48dfdc86046947331464533372fd36e9e4.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 'usr.bin/tmux/tmux.h')
-rw-r--r--usr.bin/tmux/tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h
index abd44b4d163..91cec8787e5 100644
--- a/usr.bin/tmux/tmux.h
+++ b/usr.bin/tmux/tmux.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tmux.h,v 1.762 2017/05/10 10:46:59 nicm Exp $ */
+/* $OpenBSD: tmux.h,v 1.763 2017/05/10 16:48:36 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
@@ -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;