From 37a1a13bfa3eab8325dbea728c812b30c249bcee Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 18 Jun 2026 17:07:59 +0100 Subject: [PATCH] Tweak. --- screen-redraw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screen-redraw.c b/screen-redraw.c index e6fbe82e..bcd37c4f 100644 --- a/screen-redraw.c +++ b/screen-redraw.c @@ -37,7 +37,7 @@ * * 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 - * example: pane content or pane border cells or pane status line. A span type + * example: pane content or pane border cells or pane status line. A span also * includes enough additional data to draw it, but does not include the style - * that is determined when it is drawn. *