diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-12-30 22:01:25 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-12-30 22:01:25 +0000 |
commit | 566ab9aa286f6d0468d2d5196367eb6d3c658270 (patch) | |
tree | 394a9a685aa4dbe239ab991c401ccb38319b32cc /tmux.h | |
parent | 47d06cb02397922b099dc0f146e3501832d4ec26 (diff) | |
parent | 206d878127b4ba4aedb5255b03d71272fa06bcab (diff) | |
download | rtmux-566ab9aa286f6d0468d2d5196367eb6d3c658270.tar.gz rtmux-566ab9aa286f6d0468d2d5196367eb6d3c658270.tar.bz2 rtmux-566ab9aa286f6d0468d2d5196367eb6d3c658270.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1601,7 +1601,8 @@ struct client { #define CLIENT_NOSIZEFLAGS \ (CLIENT_DEAD| \ CLIENT_SUSPENDED| \ - CLIENT_DETACHING) + CLIENT_DETACHING| \ + CLIENT_READONLY) int flags; struct key_table *keytable; |