aboutsummaryrefslogtreecommitdiff
path: root/cmd.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-10-25 17:44:25 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-10-25 17:44:25 +0000
commit9f06104c3a56ad5ea2070317b776dfa84f213ffb (patch)
tree913bd06503c6e67613b71c8bd894e702b715268b /cmd.c
parent4df168c9862acfb8de32cd6c57bfdf48b8c43372 (diff)
downloadrtmux-9f06104c3a56ad5ea2070317b776dfa84f213ffb.tar.gz
rtmux-9f06104c3a56ad5ea2070317b776dfa84f213ffb.tar.bz2
rtmux-9f06104c3a56ad5ea2070317b776dfa84f213ffb.zip
has-session 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 791fdd92..da3370a5 100644
--- a/cmd.c
+++ b/cmd.c
@@ -1,4 +1,4 @@
-/* $Id: cmd.c,v 1.19 2007-10-23 09:36:19 nicm Exp $ */
+/* $Id: cmd.c,v 1.20 2007-10-25 17:44:24 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -27,6 +27,7 @@ const struct cmd_entry *cmd_table[] = {
&cmd_attach_session_entry,
&cmd_bind_key_entry,
&cmd_detach_session_entry,
+ &cmd_has_session_entry,
&cmd_kill_window_entry,
&cmd_last_window_entry,
&cmd_list_clients_entry,