diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-09-17 00:01:08 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-09-17 00:01:08 +0100 |
commit | a3bce7a3223dcd3e886777190ea64e27a3595a4f (patch) | |
tree | 821e3c63abe986591a9865bd9ab4e31b34032fa8 /tmux.h | |
parent | 57ad1f6ddf0776a2115b3bf62d58744666b1b283 (diff) | |
parent | c1d0b6a6eed2fd393ea30d257ce147e8f6b5e6c8 (diff) | |
download | rtmux-a3bce7a3223dcd3e886777190ea64e27a3595a4f.tar.gz rtmux-a3bce7a3223dcd3e886777190ea64e27a3595a4f.tar.bz2 rtmux-a3bce7a3223dcd3e886777190ea64e27a3595a4f.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |