summaryrefslogtreecommitdiffstats
path: root/cmd-next-window.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-03 05:35:51 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-03 05:35:51 +0000
commitf91e7bfd381826eb88edacc7b5766c262a71b033 (patch)
tree13fdab052b3993bb54adb54bc976afe27b666e94 /cmd-next-window.c
parenteaee4dc800734a8ccebb78af02440a8e3d7769bd (diff)
If no command is specified, assume new-session.
Diffstat (limited to 'cmd-next-window.c')
-rw-r--r--cmd-next-window.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/cmd-next-window.c b/cmd-next-window.c
index f2c1c214..5c331643 100644
--- a/cmd-next-window.c
+++ b/cmd-next-window.c
@@ -1,4 +1,4 @@
-/* $Id: cmd-next-window.c,v 1.8 2008-06-02 22:09:49 nicm Exp $ */
+/* $Id: cmd-next-window.c,v 1.9 2008-06-03 05:35:51 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -34,7 +34,8 @@ const struct cmd_entry cmd_next_window_entry = {
cmd_next_window_exec,
cmd_sessiononly_send,
cmd_sessiononly_recv,
- cmd_sessiononly_free
+ cmd_sessiononly_free,
+ NULL
};
void