Skip to main content

Module row

Module row 

Source
Expand description

Row, block, and frame primitives shared by projection and Ratatui rendering.

A Row is one terminal row after wrapping and padding decisions. A Frame is the complete live-region render.

Structs§

CursorCoord
A (row, column) coordinate within a frame, used for cursor placement.
Frame
The complete live-region render.
Row
One terminal row: a sequence of styled spans padded to a known width.
RowGroupId
Stable identity for a group of rows that belong to the same transcript entry. The alternate viewport uses this metadata to preserve a reader’s position without parsing rendered text.