Expand description
Pure transcript cell selection.
The CLI controller appends logical lines; this module selects the cells which a terminal viewport should paint. It contains no agent or terminal lifecycle code, so it can be tested without a running TUI.
Structs§
- Transcript
Line - One logical transcript line, retained in append order.
Enums§
- Block
Display Mode - Display policy for a transcript cell.
- Visible
Item - A logical transcript item selected for painting.
Functions§
- visible_
items - Build the visual cell sequence for the current display policies.