New window command.

This commit is contained in:
Nicholas Marriott
2007-10-03 23:32:26 +00:00
parent c3e049c5a9
commit 7ba01f6843
13 changed files with 257 additions and 69 deletions

3
cmd.c
View File

@ -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
};