aboutsummaryrefslogtreecommitdiff
path: root/cmd.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-03-06 09:57:26 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-03-06 09:57:26 +0000
commit7fd4d49d562d2f57e21d9198bc28914891478f7c (patch)
treef2d8f5426bea3478e4422cd878752787b08b314f /cmd.c
parentec75f9d1a36b6f46e7ec6597d295f113c4aa12b3 (diff)
downloadrtmux-7fd4d49d562d2f57e21d9198bc28914891478f7c.tar.gz
rtmux-7fd4d49d562d2f57e21d9198bc28914891478f7c.tar.bz2
rtmux-7fd4d49d562d2f57e21d9198bc28914891478f7c.zip
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.
Diffstat (limited to 'cmd.c')
-rw-r--r--cmd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd.c b/cmd.c
index 0d6a85ff..20484ed8 100644
--- a/cmd.c
+++ b/cmd.c
@@ -112,6 +112,7 @@ const struct cmd_entry *cmd_table[] = {
&cmd_switch_client_entry,
&cmd_unbind_key_entry,
&cmd_unlink_window_entry,
+ &cmd_wait_for_entry,
NULL
};