diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-04-14 08:01:33 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-04-14 08:01:33 +0100 |
commit | 6d9b3704f58a9806912ac0a734ac996f96c22b68 (patch) | |
tree | 6e19406e5883c93f18bdca5f02990685b8fab301 /tmux.h | |
parent | 653a159225609f7e5efb45bc78cdf7b480d7ef93 (diff) | |
parent | 63ec7918542a36ac9afa60b2e91f75337c5a91ff (diff) | |
download | rtmux-6d9b3704f58a9806912ac0a734ac996f96c22b68.tar.gz rtmux-6d9b3704f58a9806912ac0a734ac996f96c22b68.tar.bz2 rtmux-6d9b3704f58a9806912ac0a734ac996f96c22b68.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 *, ...); |