Skip to main content

project_transcript_entry

Function project_transcript_entry 

Source
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.