diff options
author | nicm <nicm> | 2019-03-12 13:56:30 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-03-12 13:56:30 +0000 |
commit | 028f9d1d879255f9dbb80df53f44d37736b68e00 (patch) | |
tree | bf4923dec5a310116d6171b780ce21a7b3d65d51 /tmux.h | |
parent | 303d20a758a2779f76854b6df10f8764e44fc407 (diff) | |
download | rtmux-028f9d1d879255f9dbb80df53f44d37736b68e00.tar.gz rtmux-028f9d1d879255f9dbb80df53f44d37736b68e00.tar.bz2 rtmux-028f9d1d879255f9dbb80df53f44d37736b68e00.zip |
Fix resizing of control clients, should be ignored until SIZECHANGED flag set.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |