mirror of
https://github.com/tmux/tmux.git
synced 2024-12-13 10:08:47 +00:00
-T should not actually select the pane.
This commit is contained in:
parent
e3b034fac7
commit
f2f9605c63
@ -157,6 +157,7 @@ cmd_select_pane_exec(struct cmd *self, struct cmdq_item *item)
|
|||||||
screen_set_title(&wp->base, pane_title);
|
screen_set_title(&wp->base, pane_title);
|
||||||
server_status_window(wp->window);
|
server_status_window(wp->window);
|
||||||
free(pane_title);
|
free(pane_title);
|
||||||
|
return (CMD_RETURN_NORMAL);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (wp == w->active)
|
if (wp == w->active)
|
||||||
|
Loading…
Reference in New Issue
Block a user