diff options
author | nicm <nicm> | 2014-09-01 21:58:41 +0000 |
---|---|---|
committer | nicm <nicm> | 2014-09-01 21:58:41 +0000 |
commit | 733cea8847fadf922e239f05b4cdd8afc2f6c943 (patch) | |
tree | 8273712155d2e673155af469e5cf562de137ae35 /tmux.h | |
parent | 4e956d545a52fe6b8310cfb30a26a89976d55cd9 (diff) | |
download | rtmux-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); |