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

is woken up again (with wait-for -S). From Thiago Padilha.
This commit is contained in:
Nicholas Marriott
2013-03-25 10:09:05 +00:00
parent 304336a591
commit 410a3abbef
3 changed files with 10 additions and 5 deletions

View File

@ -77,6 +77,7 @@ SRCS= arguments.c \
cmd-switch-client.c \
cmd-unbind-key.c \
cmd-unlink-window.c \
cmd-wait-for.c \
cmd.c \
cmd-queue.c \
colour.c \