This commit is contained in:
Nicholas Marriott
2026-06-18 17:07:59 +01:00
parent 0a5bcbe25a
commit 37a1a13bfa

View File

@@ -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.
*