···30303131- The renderer MUST NOT perform IO. It produces bytes; the caller writes them.
32323333-- The renderer MUST NOT manage terminal state (alternate buffer, cursor
3434- visibility, mouse reporting, keyboard protocol modes).
3333+- The renderer MUST NOT manage terminal state (alternate buffer, mouse
3434+ reporting, keyboard protocol modes). Cursor visibility and positioning
3535+ are renderer-managed only when a `caret` declaration is present on
3636+ a `text()` directive (see renderer-spec.md §7.6).
35373638- Each frame is a complete snapshot. The renderer carries no UI tree state
3739 between frames — only cell buffers for diffing.