Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2019-03-12 16:02:37 +00:00
4 changed files with 27 additions and 26 deletions

3
tmux.h
View File

@ -1395,8 +1395,7 @@ struct client {
CLIENT_REDRAWSTATUSALWAYS| \
CLIENT_REDRAWBORDERS)
#define CLIENT_NOSIZEFLAGS \
(CLIENT_EXIT| \
CLIENT_DEAD| \
(CLIENT_DEAD| \
CLIENT_SUSPENDED| \
CLIENT_DETACHING)
int flags;