mirror of
https://github.com/tmux/tmux.git
synced 2025-11-05 18:36:10 +00:00
Merge branch 'obsd-master'
This commit is contained in:
4
tmux.h
4
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 *);
|
||||
|
||||
Reference in New Issue
Block a user