From 70d67d1efec8bc585a22dcd17a55495607fa956c Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 18 Jun 2026 17:05:07 +0100 Subject: [PATCH] Tweak. --- screen-redraw.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/screen-redraw.c b/screen-redraw.c index 53b0c49d..d44d64a6 100644 --- a/screen-redraw.c +++ b/screen-redraw.c @@ -31,8 +31,9 @@ * invalidated when the offset or size of the visible part of the window * changes, or at various other points such as when a pane is moved or resized, * through a generation number. The scene only includes the part of the client - * used for the window: panes, pane status lines, scrollbars, and any area - * outside the window. The status line and overlay are not included. + * used for the window: panes, pane status lines, borders, scrollbars, and any + * area outside the window. The client status line and overlay are not + * included. * * A scene is made from spans. A span is a horizontal run of cells on one * visible line that can be drawn in the same way. Each span has a type, for