summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-06-07 23:02:26 +0100
committerThomas Adam <thomas@xteddy.org>2019-06-07 23:02:26 +0100
commite13c1e53209a6ede0fa334b3e9e9c8b41e6712c0 (patch)
tree473ea274eed63dd82aa4d35a19c76d0c0297d30d /tmux.h
parentc91680822df84f6db2f8ce650e457d59d37f3856 (diff)
parente37f34facc05c3ba146d4158cc7af23f6886fecd (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 5adb8545..41a98c92 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1492,7 +1492,7 @@ struct client {
#define CLIENT_REPEAT 0x20
#define CLIENT_SUSPENDED 0x40
#define CLIENT_ATTACHED 0x80
-/* 0x100 unused */
+#define CLIENT_EXITED 0x100
#define CLIENT_DEAD 0x200
#define CLIENT_REDRAWBORDERS 0x400
#define CLIENT_READONLY 0x800