aboutsummaryrefslogtreecommitdiff
path: root/cmd.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-10-03 23:32:26 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-10-03 23:32:26 +0000
commit7ba01f68437e43538da1c7be96140709ddb00d77 (patch)
treebdafea75a00c8d03cb5a027d2b0472e76c1e798b /cmd.c
parentc3e049c5a9343138be44c9ab8f77c36293871424 (diff)
downloadrtmux-7ba01f68437e43538da1c7be96140709ddb00d77.tar.gz
rtmux-7ba01f68437e43538da1c7be96140709ddb00d77.tar.bz2
rtmux-7ba01f68437e43538da1c7be96140709ddb00d77.zip
New window 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 cf171de4..79c8a9b7 100644
--- a/cmd.c
+++ b/cmd.c
@@ -1,4 +1,4 @@
-/* $Id: cmd.c,v 1.5 2007-10-03 21:31:07 nicm Exp $ */
+/* $Id: cmd.c,v 1.6 2007-10-03 23:32:26 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -27,6 +27,7 @@ const struct cmd_entry *cmd_table[] = {
&cmd_detach_session_entry,
&cmd_list_sessions_entry,
&cmd_new_session_entry,
+ &cmd_new_window_entry,
NULL
};