[READ-ONLY] Mirror of https://github.com/bombshell-dev/tty. Platform independent 2D layout engine for terminal applications based on Clay
5

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ“ spec(renderer): note ยง7.6 carve-out in ยง11.2 output description

Charles Lowell (Jul 2, 2026, 6:29 PM +0300) 05a07ab9 8d0f379c

+3 -1
+3 -1
specs/renderer-spec.md
··· 672 672 673 673 These are the caller's responsibility. The renderer's output contains only the 674 674 escape sequences needed to render the frame content (cursor positioning for cell 675 - writes, SGR attributes for styling, and UTF-8 text). 675 + writes, SGR attributes for styling, and UTF-8 text) and, when a `caret` 676 + declaration is present, the cursor-positioning and cursor-visibility sequences 677 + specified in ยง7.6. 676 678 677 679 ### 11.3 The renderer does not own application lifecycle 678 680