aboutsummaryrefslogtreecommitdiff
path: root/cmd-choose-buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd-choose-buffer.c')
-rw-r--r--cmd-choose-buffer.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/cmd-choose-buffer.c b/cmd-choose-buffer.c
index fac792e9..1f8fbfb2 100644
--- a/cmd-choose-buffer.c
+++ b/cmd-choose-buffer.c
@@ -39,7 +39,9 @@ const struct cmd_entry cmd_choose_buffer_entry = {
.args = { "F:t:", 0, 1 },
.usage = CMD_TARGET_WINDOW_USAGE " [-F format] [template]",
- .flags = CMD_WINDOW_T,
+ .tflag = CMD_WINDOW,
+
+ .flags = 0,
.exec = cmd_choose_buffer_exec
};