Skip to main content

render

Function render 

Source
pub fn render(
    frame: &mut Frame<'_>,
    area: Rect,
    title: &str,
    diff_lines: &[DiffLine],
    scroll_offset: u16,
)
Expand description

Render a unified diff view with color-coded add/remove lines.