Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2015-09-17 00:01:08 +01:00
8 changed files with 49 additions and 60 deletions

3
tmux.h
View File

@ -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;