summaryrefslogtreecommitdiffstats
path: root/cmd-find-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd-find-window.c')
-rw-r--r--cmd-find-window.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/cmd-find-window.c b/cmd-find-window.c
index 9c31cc0e..eb940d8c 100644
--- a/cmd-find-window.c
+++ b/cmd-find-window.c
@@ -54,7 +54,9 @@ const struct cmd_entry cmd_find_window_entry = {
.args = { "F:CNt:T", 1, 4 },
.usage = "[-CNT] [-F format] " CMD_TARGET_WINDOW_USAGE " match-string",
- .flags = CMD_WINDOW_T,
+ .tflag = CMD_WINDOW,
+
+ .flags = 0,
.exec = cmd_find_window_exec
};