aboutsummaryrefslogtreecommitdiff
path: root/cmd-rename-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-rename-window.c
parenteaee4dc800734a8ccebb78af02440a8e3d7769bd (diff)
downloadrtmux-f91e7bfd381826eb88edacc7b5766c262a71b033.tar.gz
rtmux-f91e7bfd381826eb88edacc7b5766c262a71b033.tar.bz2
rtmux-f91e7bfd381826eb88edacc7b5766c262a71b033.zip
If no command is specified, assume new-session.
Diffstat (limited to 'cmd-rename-window.c')
-rw-r--r--cmd-rename-window.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/cmd-rename-window.c b/cmd-rename-window.c
index 4ff5f873..ef6657b9 100644
--- a/cmd-rename-window.c
+++ b/cmd-rename-window.c
@@ -1,4 +1,4 @@
-/* $Id: cmd-rename-window.c,v 1.16 2008-06-02 21:08:36 nicm Exp $ */
+/* $Id: cmd-rename-window.c,v 1.17 2008-06-03 05:35:51 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -47,7 +47,8 @@ const struct cmd_entry cmd_rename_window_entry = {
cmd_rename_window_exec,
cmd_rename_window_send,
cmd_rename_window_recv,
- cmd_rename_window_free
+ cmd_rename_window_free,
+ NULL
};
int