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-paste-buffer.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-paste-buffer.c')
-rw-r--r-- | cmd-paste-buffer.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cmd-paste-buffer.c b/cmd-paste-buffer.c index d0be9c9b..96e0d4f0 100644 --- a/cmd-paste-buffer.c +++ b/cmd-paste-buffer.c @@ -1,4 +1,4 @@ -/* $Id: cmd-paste-buffer.c,v 1.5 2008-06-02 22:09:49 nicm Exp $ */ +/* $Id: cmd-paste-buffer.c,v 1.6 2008-06-03 05:35:51 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -36,7 +36,8 @@ const struct cmd_entry cmd_paste_buffer_entry = { cmd_paste_buffer_exec, cmd_windowonly_send, cmd_windowonly_recv, - cmd_windowonly_free + cmd_windowonly_free, + NULL }; void |