aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-09-17 00:01:08 +0100
committerThomas Adam <thomas@xteddy.org>2015-09-17 00:01:08 +0100
commita3bce7a3223dcd3e886777190ea64e27a3595a4f (patch)
tree821e3c63abe986591a9865bd9ab4e31b34032fa8 /tmux.h
parent57ad1f6ddf0776a2115b3bf62d58744666b1b283 (diff)
parentc1d0b6a6eed2fd393ea30d257ce147e8f6b5e6c8 (diff)
downloadrtmux-a3bce7a3223dcd3e886777190ea64e27a3595a4f.tar.gz
rtmux-a3bce7a3223dcd3e886777190ea64e27a3595a4f.tar.bz2
rtmux-a3bce7a3223dcd3e886777190ea64e27a3595a4f.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 3ccefd57..5339ecee 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1306,7 +1306,8 @@ TAILQ_HEAD(cmd_q_items, cmd_q_item);
/* Command queue. */
struct cmd_q {
int references;
- int dead;
+ int flags;
+#define CMD_Q_DEAD 0x1
struct client *client;
int client_exit;