aboutsummaryrefslogtreecommitdiff
path: root/cmd-find-window.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-06-01 18:29:36 +0100
committerThomas Adam <thomas@xteddy.org>2017-06-01 18:29:36 +0100
commit73b9328c1fcf659dd884b8574cf7fabf0557ccae (patch)
tree1a06eb8b88f124cdc226bb9b8d11eb16a84d0d91 /cmd-find-window.c
parent92d86586b713ae89f3be40efbbd31089ec378e6b (diff)
parent248aa54bfdef25ff95db3c3426651f9894c652c5 (diff)
downloadrtmux-73b9328c1fcf659dd884b8574cf7fabf0557ccae.tar.gz
rtmux-73b9328c1fcf659dd884b8574cf7fabf0557ccae.tar.bz2
rtmux-73b9328c1fcf659dd884b8574cf7fabf0557ccae.zip
Merge branch 'obsd-master'
Conflicts: window-buffer.c
Diffstat (limited to 'cmd-find-window.c')
-rw-r--r--cmd-find-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-find-window.c b/cmd-find-window.c
index 92714498..22a54195 100644
--- a/cmd-find-window.c
+++ b/cmd-find-window.c
@@ -79,7 +79,7 @@ cmd_find_window_exec(struct cmd *self, struct cmdq_item *item)
xasprintf(&filter, "#{C:%s}", s);
else if (N)
xasprintf(&filter, "#{m:*%s*,#{window_name}}", s);
- else if (T)
+ else
xasprintf(&filter, "#{m:*%s*,#{pane_title}}", s);
new_args = args_parse("", 1, &argv);