aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2014-09-01 21:58:41 +0000
committernicm <nicm>2014-09-01 21:58:41 +0000
commit733cea8847fadf922e239f05b4cdd8afc2f6c943 (patch)
tree8273712155d2e673155af469e5cf562de137ae35 /tmux.h
parent4e956d545a52fe6b8310cfb30a26a89976d55cd9 (diff)
downloadrtmux-733cea8847fadf922e239f05b4cdd8afc2f6c943.tar.gz
rtmux-733cea8847fadf922e239f05b4cdd8afc2f6c943.tar.bz2
rtmux-733cea8847fadf922e239f05b4cdd8afc2f6c943.zip
Wake up any clients waiting with the wait-for command when the server
exits.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index c64459ba..9be247f8 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1924,6 +1924,9 @@ void cmdq_flush(struct cmd_q *);
int cmd_string_parse(const char *, struct cmd_list **, const char *,
u_int, char **);
+/* cmd-wait-for.c */
+void cmd_wait_for_flush(void);
+
/* client.c */
int client_main(int, char **, int);