diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-06-18 13:02:28 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-06-18 13:02:28 +0100 |
commit | ee9bc355f5fec07ef399d03002985e8bd5e117c5 (patch) | |
tree | 2bf31664c8bea7fcb66b7bde8561ef529ce7765b /tmux.h | |
parent | 5895f1d9f742c9b4bcc1de3cf3bebe2601f673b3 (diff) | |
parent | 250fdd08bea74f47fc9a8962d5688db353896921 (diff) | |
download | rtmux-ee9bc355f5fec07ef399d03002985e8bd5e117c5.tar.gz rtmux-ee9bc355f5fec07ef399d03002985e8bd5e117c5.tar.bz2 rtmux-ee9bc355f5fec07ef399d03002985e8bd5e117c5.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 *); |