summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-12-30 22:01:25 +0000
committerThomas Adam <thomas@xteddy.org>2019-12-30 22:01:25 +0000
commit566ab9aa286f6d0468d2d5196367eb6d3c658270 (patch)
tree394a9a685aa4dbe239ab991c401ccb38319b32cc /tmux.h
parent47d06cb02397922b099dc0f146e3501832d4ec26 (diff)
parent206d878127b4ba4aedb5255b03d71272fa06bcab (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 507f5b69..bf9b8cd1 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1601,7 +1601,8 @@ struct client {
#define CLIENT_NOSIZEFLAGS \
(CLIENT_DEAD| \
CLIENT_SUSPENDED| \
- CLIENT_DETACHING)
+ CLIENT_DETACHING| \
+ CLIENT_READONLY)
int flags;
struct key_table *keytable;