aboutsummaryrefslogtreecommitdiff
path: root/cmd-new-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd-new-window.c')
-rw-r--r--cmd-new-window.c7
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
};