Function write_ansi_range

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

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