Add a wait-for command which blocks a client on a named channel until it is

wokrn up again (with wait-for -S). From Thiago Padilha.
This commit is contained in:
Nicholas Marriott
2013-03-06 09:57:26 +00:00
parent ec75f9d1a3
commit 7fd4d49d56
5 changed files with 142 additions and 0 deletions

View File

@ -135,6 +135,7 @@ dist_tmux_SOURCES = \
cmd-switch-client.c \
cmd-unbind-key.c \
cmd-unlink-window.c \
cmd-wait-for.c \
cmd.c \
colour.c \
control.c \