mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 06:17:04 +00:00
Shut up a warning.
This commit is contained in:
@ -79,7 +79,7 @@ cmd_find_window_exec(struct cmd *self, struct cmdq_item *item)
|
|||||||
xasprintf(&filter, "#{C:%s}", s);
|
xasprintf(&filter, "#{C:%s}", s);
|
||||||
else if (N)
|
else if (N)
|
||||||
xasprintf(&filter, "#{m:*%s*,#{window_name}}", s);
|
xasprintf(&filter, "#{m:*%s*,#{window_name}}", s);
|
||||||
else if (T)
|
else
|
||||||
xasprintf(&filter, "#{m:*%s*,#{pane_title}}", s);
|
xasprintf(&filter, "#{m:*%s*,#{pane_title}}", s);
|
||||||
|
|
||||||
new_args = args_parse("", 1, &argv);
|
new_args = args_parse("", 1, &argv);
|
||||||
|
Reference in New Issue
Block a user