Wake up any clients waiting with the wait-for command when the server

exits.
This commit is contained in:
nicm
2014-09-01 21:58:41 +00:00
parent 4e956d545a
commit 733cea8847
3 changed files with 42 additions and 1 deletions

3
tmux.h
View File

@ -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);