diff options
author | Thomas Adam <thomas@xteddy.org> | 2021-10-28 22:01:13 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2021-10-28 22:01:13 +0100 |
commit | 60cacdffea6683d53402660c51342125b8aab2b2 (patch) | |
tree | c5fc11d58f01d92b5964d728fe68175669af0d97 /tmux.h | |
parent | c77924bb56800c671d96aa64b887d1ddf033ad94 (diff) | |
parent | 4acad43013b7bb5f91103a68cfce591b1980ae17 (diff) | |
download | rtmux-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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| \ |