@ -578,6 +578,8 @@ window_lost_pane(struct window *w, struct window_pane *wp)
if (w->active == NULL)
w->active = TAILQ_NEXT(wp, entry);
}
if (w->active != NULL)
w->active->flags |= PANE_CHANGED;
} else if (wp == w->last)
w->last = NULL;
The note is not visible to the blocked user.