diff options
author | Thomas Adam <thomas@xteddy.org> | 2016-10-14 02:01:14 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2016-10-14 02:01:14 +0100 |
commit | 117737c6cae90d8c53c73fd2440eec17def10bb1 (patch) | |
tree | bcc25aa554c0c0ce9456c629e29dc5d58ba54df0 /tmux.h | |
parent | a7ce19347a81282b82db1663eed5fd8dd00e927f (diff) | |
parent | 4289a1ebfa7479413ec5ac543b88c4ea039d00a0 (diff) | |
download | rtmux-117737c6cae90d8c53c73fd2440eec17def10bb1.tar.gz rtmux-117737c6cae90d8c53c73fd2440eec17def10bb1.tar.bz2 rtmux-117737c6cae90d8c53c73fd2440eec17def10bb1.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1341,8 +1341,7 @@ struct cmd_q { int references; int flags; #define CMD_Q_DEAD 0x1 -#define CMD_Q_REENTRY 0x2 -#define CMD_Q_NOHOOKS 0x4 +#define CMD_Q_NOHOOKS 0x2 struct client *client; int client_exit; @@ -1406,6 +1405,7 @@ struct cmd_entry { #define CMD_STARTSERVER 0x1 #define CMD_READONLY 0x2 +#define CMD_AFTERHOOK 0x4 int flags; enum cmd_retval (*exec)(struct cmd *, struct cmd_q *); |