mirror of
https://github.com/tmux/tmux.git
synced 2024-12-13 10:08:47 +00:00
Do not let readonly clients limit the size, suggested by Max Barraclough
in GitHub issue 2042.
This commit is contained in:
parent
4ea07716de
commit
206d878127
3
tmux.h
3
tmux.h
@ -1599,7 +1599,8 @@ struct client {
|
|||||||
#define CLIENT_NOSIZEFLAGS \
|
#define CLIENT_NOSIZEFLAGS \
|
||||||
(CLIENT_DEAD| \
|
(CLIENT_DEAD| \
|
||||||
CLIENT_SUSPENDED| \
|
CLIENT_SUSPENDED| \
|
||||||
CLIENT_DETACHING)
|
CLIENT_DETACHING| \
|
||||||
|
CLIENT_READONLY)
|
||||||
int flags;
|
int flags;
|
||||||
struct key_table *keytable;
|
struct key_table *keytable;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user