diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-12-13 20:01:09 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-12-13 20:01:09 +0000 |
commit | 00da99f2c4eb3abb3917bba19b10b751ef911205 (patch) | |
tree | 91963264582a536f2b0671fb97838fabbf80b413 /cmd-new-window.c | |
parent | d37a5800850f899cddb4efadc0304cfc76376e26 (diff) | |
parent | 72948d9f1d16dedf18dcb9b7ee96cc7ca803ef40 (diff) | |
download | rtmux-00da99f2c4eb3abb3917bba19b10b751ef911205.tar.gz rtmux-00da99f2c4eb3abb3917bba19b10b751ef911205.tar.bz2 rtmux-00da99f2c4eb3abb3917bba19b10b751ef911205.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-new-window.c')
-rw-r--r-- | cmd-new-window.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/cmd-new-window.c b/cmd-new-window.c index 8154bdfb..18d2952b 100644 --- a/cmd-new-window.c +++ b/cmd-new-window.c @@ -39,12 +39,7 @@ const struct cmd_entry cmd_new_window_entry = { "ac:dF:kn:Pt:", 0, -1, "[-adkP] [-c start-directory] [-F format] [-n window-name] " CMD_TARGET_WINDOW_USAGE " [command]", - /* - * Using PREP_CANFAIL here ensures that the wl is filled in - * regardless; making PREP_INDEX the thing we want -t to be used for - * in the specific case. - */ - CMD_INDEX_T|CMD_CANFAIL, + CMD_INDEX_T, cmd_new_window_exec }; |