Function write_ansi_range

fn write_ansi_range(formatter: &mut Formatter<'_>, text: &str, start: usize, end: usize) -> Result

Write the visible text between start and end. The ansi escape sequences are written unchanged.