aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2021-10-28 22:01:13 +0100
committerThomas Adam <thomas@xteddy.org>2021-10-28 22:01:13 +0100
commit60cacdffea6683d53402660c51342125b8aab2b2 (patch)
treec5fc11d58f01d92b5964d728fe68175669af0d97 /tmux.h
parentc77924bb56800c671d96aa64b887d1ddf033ad94 (diff)
parent4acad43013b7bb5f91103a68cfce591b1980ae17 (diff)
downloadrtmux-60cacdffea6683d53402660c51342125b8aab2b2.tar.gz
rtmux-60cacdffea6683d53402660c51342125b8aab2b2.tar.bz2
rtmux-60cacdffea6683d53402660c51342125b8aab2b2.zip
Merge branch 'obsd-master' into master
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 38c47014..92c6b376 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1711,6 +1711,9 @@ struct client {
(CLIENT_DEAD| \
CLIENT_SUSPENDED| \
CLIENT_EXIT)
+#define CLIENT_NODETACHFLAGS \
+ (CLIENT_DEAD| \
+ CLIENT_EXIT)
#define CLIENT_NOSIZEFLAGS \
(CLIENT_DEAD| \
CLIENT_SUSPENDED| \