pub fn project_transcript_entry(
app: &App,
entry_index: usize,
width: usize,
) -> (Vec<Row>, Vec<Row>)Expand description
Project one transcript entry at a specific width.
Alternate-screen caching uses this boundary to invalidate a changing entry without rebuilding settled entries above it.