-T should not actually select the pane.

pull/1358/head
nicm 2018-05-20 11:48:34 +00:00
parent e3b034fac7
commit f2f9605c63
1 changed files with 1 additions and 0 deletions

View File

@ -157,6 +157,7 @@ cmd_select_pane_exec(struct cmd *self, struct cmdq_item *item)
screen_set_title(&wp->base, pane_title);
server_status_window(wp->window);
free(pane_title);
return (CMD_RETURN_NORMAL);
}
if (wp == w->active)