aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
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 0248110a..bb4850b2 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1592,8 +1592,7 @@ struct client {
#define CLIENT_NOSIZEFLAGS \
(CLIENT_DEAD| \
CLIENT_SUSPENDED| \
- CLIENT_DETACHING| \
- CLIENT_READONLY)
+ CLIENT_DETACHING)
int flags;
struct key_table *keytable;