diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-05-18 23:02:36 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-05-18 23:02:36 +0100 |
commit | 54da4934767a1868c6ac0efb5d1ce6edd2b24f5d (patch) | |
tree | 141becf9b49b8e440f5514d95c229f15c9c0d930 /tmux.h | |
parent | 831c67c2d8d18817f93d973ee9ab3b4f174f9dcd (diff) | |
parent | 82ebd98c5f874cd10365d9563feccfbb8da188f4 (diff) | |
download | rtmux-54da4934767a1868c6ac0efb5d1ce6edd2b24f5d.tar.gz rtmux-54da4934767a1868c6ac0efb5d1ce6edd2b24f5d.tar.bz2 rtmux-54da4934767a1868c6ac0efb5d1ce6edd2b24f5d.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1287,9 +1287,6 @@ struct cmd { char *file; u_int line; -#define CMD_CONTROL 0x1 - int flags; - TAILQ_ENTRY(cmd) qentry; }; @@ -1318,6 +1315,7 @@ struct cmdq_shared { int flags; #define CMDQ_SHARED_REPEAT 0x1 +#define CMDQ_SHARED_CONTROL 0x2 struct format_tree *formats; |