Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2020-01-28 14:01:25 +00:00
3 changed files with 21 additions and 8 deletions

3
tmux.h
View File

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