If outside floating pane, do not carry on to check as if tiled pane.

This commit is contained in:
Nicholas Marriott
2026-05-17 15:49:21 +01:00
parent c4ec9234e9
commit 8e966688a7

View File

@@ -167,6 +167,7 @@ screen_redraw_pane_border(struct screen_redraw_ctx *ctx, struct window_pane *wp,
if ((int)py == wp->yoff + (int)wp->sy)
return (SCREEN_REDRAW_BORDER_BOTTOM);
}
return (SCREEN_REDRAW_OUTSIDE);
}
/* Get pane indicator. */