Merge branch 'obsd-master'

pull/2046/head
Thomas Adam 2019-12-30 22:01:25 +00:00
commit 566ab9aa28
1 changed files with 2 additions and 1 deletions

3
tmux.h
View File

@ -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;