@@ -2214,7 +2214,7 @@ window_pane_is_hidden(struct window_pane *wp)
{
struct layout_cell *lc = wp->layout_cell;
if (lc == NULL || (lc->flags & LAYOUT_CELL_HIDDEN) == 0)
if ((lc->flags & LAYOUT_CELL_HIDDEN) == 0)
return (0);
return (1);
}
The note is not visible to the blocked user.