summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/tmux.h b/tmux.h
index e02c9a86..c3cf11a3 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1287,9 +1287,6 @@ struct cmd {
char *file;
u_int line;
-#define CMD_CONTROL 0x1
- int flags;
-
TAILQ_ENTRY(cmd) qentry;
};
@@ -1318,6 +1315,7 @@ struct cmdq_shared {
int flags;
#define CMDQ_SHARED_REPEAT 0x1
+#define CMDQ_SHARED_CONTROL 0x2
struct format_tree *formats;