Merge branch 'obsd-master' into master

pull/3079/head
Thomas Adam 2022-02-03 10:01:10 +00:00
commit 1fdec20b0d
1 changed files with 1 additions and 0 deletions

View File

@ -761,6 +761,7 @@ window_lost_pane(struct window *w, struct window_pane *wp)
if (w->active != NULL) {
w->active->flags |= PANE_CHANGED;
notify_window("window-pane-changed", w);
window_update_focus(w);
}
} else if (wp == w->last)
w->last = NULL;