Skip to main content

render_diff_rows_as_watch

Function render_diff_rows_as_watch 

Source
pub fn render_diff_rows_as_watch<'a>(
    rows: Vec<DiffRow<'a>>,
    is_line_number: bool,
    header_width: usize,
) -> Vec<Line<'a>>