mirror of
https://github.com/tmate-io/tmate.git
synced 2026-01-23 02:24:06 +00:00
Set the active pane when respawning a window - fixes problems when respawning a
window with multiple panes.
This commit is contained in:
parent
133173850c
commit
2bb89bc5bc
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ cmd_respawn_window_exec(struct cmd *self, struct cmd_ctx *ctx)
|
|||
}
|
||||
layout_init(w);
|
||||
screen_reinit(&wp->base);
|
||||
window_set_active_pane(w, wp);
|
||||
|
||||
recalculate_sizes();
|
||||
server_redraw_window(w);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue