summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2020-01-28 13:23:24 +0000
committernicm <nicm>2020-01-28 13:23:24 +0000
commitb905c5d455b354f7210dc118f748a658f0358cd7 (patch)
tree8ebd0ec36c2d9549fcd3f6ec79d0e9896bd1e93f /tmux.h
parente3887022604d6ee6f922cdaa274b54cdf06020ba (diff)
If ALL clients are readonly, allow them to affect the size, suggested by Thomas Sattler.
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 3ec89019..418f0a44 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1590,8 +1590,7 @@ struct client {
#define CLIENT_NOSIZEFLAGS \
(CLIENT_DEAD| \
CLIENT_SUSPENDED| \
- CLIENT_DETACHING| \
- CLIENT_READONLY)
+ CLIENT_DETACHING)
int flags;
struct key_table *keytable;