aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-06-18 12:01:22 +0100
committerThomas Adam <thomas@xteddy.org>2020-06-18 12:01:22 +0100
commit6c437d45ac90b2f62d6176c1ac14a717023cfaae (patch)
treec00437b2b08d98889960afc869b250de5a698dc5 /tmux.h
parenteb448daa1a07fa25a9928791cdc8411da271a9bc (diff)
parent068b92b0512bb29e29d1c2aa76c0b29f788e45f6 (diff)
downloadrtmux-6c437d45ac90b2f62d6176c1ac14a717023cfaae.tar.gz
rtmux-6c437d45ac90b2f62d6176c1ac14a717023cfaae.tar.bz2
rtmux-6c437d45ac90b2f62d6176c1ac14a717023cfaae.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index d04416ca..d128fd80 100644
--- a/tmux.h
+++ b/tmux.h
@@ -517,6 +517,7 @@ enum msgtype {
MSG_UNLOCK,
MSG_WAKEUP,
MSG_EXEC,
+ MSG_FLAGS,
MSG_READ_OPEN = 300,
MSG_READ,
@@ -1646,6 +1647,7 @@ struct client {
#define CLIENT_NOFORK 0x40000000
#define CLIENT_ACTIVEPANE 0x80000000ULL
#define CLIENT_CONTROL_PAUSEAFTER 0x100000000ULL
+#define CLIENT_CONTROL_WAITEXIT 0x200000000ULL
#define CLIENT_ALLREDRAWFLAGS \
(CLIENT_REDRAWWINDOW| \
CLIENT_REDRAWSTATUS| \