aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2015-12-13 18:31:47 +0000
committernicm <nicm>2015-12-13 18:31:47 +0000
commit72948d9f1d16dedf18dcb9b7ee96cc7ca803ef40 (patch)
treea8453a6f3b935c97431b5a7e46cebd0c6dab8056 /tmux.h
parent66d1193a000e7ee0d6924f3c766b013ce0bc9e52 (diff)
downloadrtmux-72948d9f1d16dedf18dcb9b7ee96cc7ca803ef40.tar.gz
rtmux-72948d9f1d16dedf18dcb9b7ee96cc7ca803ef40.tar.bz2
rtmux-72948d9f1d16dedf18dcb9b7ee96cc7ca803ef40.zip
-c needs to be able for fail for display-message.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 5724b536..8b26431d 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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 *);