diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-01-28 14:01:25 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-01-28 14:01:25 +0000 |
commit | 7eada28f965d8e3b01df6e070e3b1ce5cb1784bf (patch) | |
tree | 03e46e4a2c6b4be5af4c11d8e25beacc2b6682ba /tmux.h | |
parent | 60ab7144517483d4343e7a68625e376c34557b8a (diff) | |
parent | b905c5d455b354f7210dc118f748a658f0358cd7 (diff) | |
download | rtmux-7eada28f965d8e3b01df6e070e3b1ce5cb1784bf.tar.gz rtmux-7eada28f965d8e3b01df6e070e3b1ce5cb1784bf.tar.bz2 rtmux-7eada28f965d8e3b01df6e070e3b1ce5cb1784bf.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1592,8 +1592,7 @@ struct client { #define CLIENT_NOSIZEFLAGS \ (CLIENT_DEAD| \ CLIENT_SUSPENDED| \ - CLIENT_DETACHING| \ - CLIENT_READONLY) + CLIENT_DETACHING) int flags; struct key_table *keytable; |