diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-03 05:35:51 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-03 05:35:51 +0000 |
commit | f91e7bfd381826eb88edacc7b5766c262a71b033 (patch) | |
tree | 13fdab052b3993bb54adb54bc976afe27b666e94 /cmd-unbind-key.c | |
parent | eaee4dc800734a8ccebb78af02440a8e3d7769bd (diff) | |
download | rtmux-f91e7bfd381826eb88edacc7b5766c262a71b033.tar.gz rtmux-f91e7bfd381826eb88edacc7b5766c262a71b033.tar.bz2 rtmux-f91e7bfd381826eb88edacc7b5766c262a71b033.zip |
If no command is specified, assume new-session.
Diffstat (limited to 'cmd-unbind-key.c')
-rw-r--r-- | cmd-unbind-key.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cmd-unbind-key.c b/cmd-unbind-key.c index 9d7e6693..1e660a1d 100644 --- a/cmd-unbind-key.c +++ b/cmd-unbind-key.c @@ -1,4 +1,4 @@ -/* $Id: cmd-unbind-key.c,v 1.10 2008-06-02 21:08:36 nicm Exp $ */ +/* $Id: cmd-unbind-key.c,v 1.11 2008-06-03 05:35:51 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -44,7 +44,8 @@ const struct cmd_entry cmd_unbind_key_entry = { cmd_unbind_key_exec, cmd_unbind_key_send, cmd_unbind_key_recv, - cmd_unbind_key_free + cmd_unbind_key_free, + NULL }; int |