summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-06-18 13:02:28 +0100
committerThomas Adam <thomas@xteddy.org>2019-06-18 13:02:28 +0100
commitee9bc355f5fec07ef399d03002985e8bd5e117c5 (patch)
tree2bf31664c8bea7fcb66b7bde8561ef529ce7765b /tmux.h
parent5895f1d9f742c9b4bcc1de3cf3bebe2601f673b3 (diff)
parent250fdd08bea74f47fc9a8962d5688db353896921 (diff)
Merge branch 'obsd-master'
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 1b784104..3473366e 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2039,6 +2039,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 *);