summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-01-28 10:01:25 +0000
committerThomas Adam <thomas@xteddy.org>2020-01-28 10:01:25 +0000
commit7cdf5ee9bc2fa114a7d830b73e2088d1a2dc5174 (patch)
tree09c9cb65c60400d031d821d033970888dcad067f /tmux.h
parentf3ea318a044ed729c7fcf8c1897f0d479f88bdd4 (diff)
parent24350879cdfb9ef23dee0da409b621e9830d8baf (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 7a498fd8..53370dc4 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1584,6 +1584,10 @@ struct client {
CLIENT_REDRAWSTATUSALWAYS| \
CLIENT_REDRAWBORDERS| \
CLIENT_REDRAWOVERLAY)
+#define CLIENT_UNATTACHEDFLAGS \
+ (CLIENT_DEAD| \
+ CLIENT_SUSPENDED| \
+ CLIENT_DETACHING)
#define CLIENT_NOSIZEFLAGS \
(CLIENT_DEAD| \
CLIENT_SUSPENDED| \