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