aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2016-10-14 02:01:14 +0100
committerThomas Adam <thomas@xteddy.org>2016-10-14 02:01:14 +0100
commit117737c6cae90d8c53c73fd2440eec17def10bb1 (patch)
treebcc25aa554c0c0ce9456c629e29dc5d58ba54df0 /tmux.h
parenta7ce19347a81282b82db1663eed5fd8dd00e927f (diff)
parent4289a1ebfa7479413ec5ac543b88c4ea039d00a0 (diff)
downloadrtmux-117737c6cae90d8c53c73fd2440eec17def10bb1.tar.gz
rtmux-117737c6cae90d8c53c73fd2440eec17def10bb1.tar.bz2
rtmux-117737c6cae90d8c53c73fd2440eec17def10bb1.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 4bfa346b..f33a04d2 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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 *);