-c needs to be able for fail for display-message.

This commit is contained in:
nicm
2015-12-13 18:31:47 +00:00
parent 66d1193a00
commit 72948d9f1d
3 changed files with 12 additions and 6 deletions

1
tmux.h
View File

@ -1417,6 +1417,7 @@ struct cmd_entry {
#define CMD_PANE_MARKED_T 0x10000
#define CMD_WINDOW_MARKED_T 0x20000
#define CMD_WINDOW_MARKED_S 0x40000
#define CMD_CLIENT_CANFAIL 0x80000
int flags;
enum cmd_retval (*exec)(struct cmd *, struct cmd_q *);