Skip to main content

render_overlay_lines

Function render_overlay_lines 

Source
pub fn render_overlay_lines(
    frame: &mut Frame<'_>,
    area: Rect,
    state: &GitTuiState,
)
Expand description

Draw the overlay into frame. The caller is expected to have already clipped the frame to a sane area (the brief: overlay REPLACES the scrollback+composer region entirely — render_frame in main_loop.rs handles the area split).