aboutsummaryrefslogtreecommitdiff
path: root/cmd.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-11-16 21:31:03 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-11-16 21:31:03 +0000
commit6e0452459640b892e8fc2ea7435f5e847cc33967 (patch)
tree7bf5073b666d65e134df81b79d98c1bd759072c9 /cmd.c
parentb359f9b594ccd945a245e429469d3c53fb6bf859 (diff)
downloadrtmux-6e0452459640b892e8fc2ea7435f5e847cc33967.tar.gz
rtmux-6e0452459640b892e8fc2ea7435f5e847cc33967.tar.bz2
rtmux-6e0452459640b892e8fc2ea7435f5e847cc33967.zip
switch-client command.
Diffstat (limited to 'cmd.c')
-rw-r--r--cmd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd.c b/cmd.c
index 084f6bf8..0be6aebb 100644
--- a/cmd.c
+++ b/cmd.c
@@ -1,4 +1,4 @@
-/* $Id: cmd.c,v 1.28 2007-11-16 21:12:31 nicm Exp $ */
+/* $Id: cmd.c,v 1.29 2007-11-16 21:31:03 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -47,6 +47,7 @@ const struct cmd_entry *cmd_table[] = {
&cmd_send_prefix_entry,
&cmd_set_option_entry,
&cmd_swap_window_entry,
+ &cmd_switch_client_entry,
&cmd_unbind_key_entry,
&cmd_unlink_window_entry,
NULL