aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-03-12 16:02:37 +0000
committerThomas Adam <thomas@xteddy.org>2019-03-12 16:02:37 +0000
commit162d3cb1f47529606d7fb70b46fc9f61af8e8cae (patch)
tree8f45bc15ef43f3aa1807ac6ba01a6e298632c0f3 /tmux.h
parent7d2004a8dd372d5e165232075b42e7b019dae969 (diff)
parent028f9d1d879255f9dbb80df53f44d37736b68e00 (diff)
downloadrtmux-162d3cb1f47529606d7fb70b46fc9f61af8e8cae.tar.gz
rtmux-162d3cb1f47529606d7fb70b46fc9f61af8e8cae.tar.bz2
rtmux-162d3cb1f47529606d7fb70b46fc9f61af8e8cae.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 7090402d..41268593 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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;