aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-04-14 08:01:33 +0100
committerThomas Adam <thomas@xteddy.org>2020-04-14 08:01:33 +0100
commit6d9b3704f58a9806912ac0a734ac996f96c22b68 (patch)
tree6e19406e5883c93f18bdca5f02990685b8fab301 /tmux.h
parent653a159225609f7e5efb45bc78cdf7b480d7ef93 (diff)
parent63ec7918542a36ac9afa60b2e91f75337c5a91ff (diff)
downloadrtmux-6d9b3704f58a9806912ac0a734ac996f96c22b68.tar.gz
rtmux-6d9b3704f58a9806912ac0a734ac996f96c22b68.tar.bz2
rtmux-6d9b3704f58a9806912ac0a734ac996f96c22b68.zip
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 4fafe41e..882d8107 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2134,6 +2134,7 @@ void cmdq_insert_hook(struct session *, struct cmdq_item *,
struct cmd_find_state *, const char *, ...);
void cmdq_continue(struct cmdq_item *);
u_int cmdq_next(struct client *);
+struct cmdq_item *cmdq_running(struct client *);
void cmdq_guard(struct cmdq_item *, const char *, int);
void printflike(2, 3) cmdq_print(struct cmdq_item *, const char *, ...);
void printflike(2, 3) cmdq_error(struct cmdq_item *, const char *, ...);