If ALL clients are readonly, allow them to affect the size, suggested by Thomas Sattler.

This commit is contained in:
nicm
2020-01-28 13:23:24 +00:00
parent e388702260
commit b905c5d455
2 changed files with 17 additions and 2 deletions

3
tmux.h
View File

@ -1590,8 +1590,7 @@ struct client {
#define CLIENT_NOSIZEFLAGS \
(CLIENT_DEAD| \
CLIENT_SUSPENDED| \
CLIENT_DETACHING| \
CLIENT_READONLY)
CLIENT_DETACHING)
int flags;
struct key_table *keytable;