Fix resizing of control clients, should be ignored until SIZECHANGED flag set.

This commit is contained in:
nicm
2019-03-12 13:56:30 +00:00
parent 303d20a758
commit 028f9d1d87
4 changed files with 27 additions and 26 deletions

3
tmux.h
View File

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