diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-03-12 16:02:37 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-03-12 16:02:37 +0000 |
commit | 162d3cb1f47529606d7fb70b46fc9f61af8e8cae (patch) | |
tree | 8f45bc15ef43f3aa1807ac6ba01a6e298632c0f3 /tmux.h | |
parent | 7d2004a8dd372d5e165232075b42e7b019dae969 (diff) | |
parent | 028f9d1d879255f9dbb80df53f44d37736b68e00 (diff) | |
download | rtmux-162d3cb1f47529606d7fb70b46fc9f61af8e8cae.tar.gz rtmux-162d3cb1f47529606d7fb70b46fc9f61af8e8cae.tar.bz2 rtmux-162d3cb1f47529606d7fb70b46fc9f61af8e8cae.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1395,8 +1395,7 @@ struct client { CLIENT_REDRAWSTATUSALWAYS| \ CLIENT_REDRAWBORDERS) #define CLIENT_NOSIZEFLAGS \ - (CLIENT_EXIT| \ - CLIENT_DEAD| \ + (CLIENT_DEAD| \ CLIENT_SUSPENDED| \ CLIENT_DETACHING) int flags; |