aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2019-06-18 11:08:42 +0000
committernicm <nicm>2019-06-18 11:08:42 +0000
commit9272fe36e2e36789342337d81914008826499941 (patch)
tree754612843b49e5d1546b5f81cf3d969b6a666290 /tmux.h
parent03da0ced46e0ddcfbdcc6d580d906f47279cabcd (diff)
downloadrtmux-9272fe36e2e36789342337d81914008826499941.tar.gz
rtmux-9272fe36e2e36789342337d81914008826499941.tar.bz2
rtmux-9272fe36e2e36789342337d81914008826499941.zip
Add a cmdq_continue function rather than twiddling the flag directly.
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 3324acba..cc5e55c0 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2037,6 +2037,7 @@ void cmdq_insert_after(struct cmdq_item *, struct cmdq_item *);
void cmdq_append(struct client *, struct cmdq_item *);
void cmdq_insert_hook(struct session *, struct cmdq_item *,
struct cmd_find_state *, const char *, ...);
+void cmdq_continue(struct cmdq_item *);
void printflike(3, 4) cmdq_format(struct cmdq_item *, const char *,
const char *, ...);
u_int cmdq_next(struct client *);