Function write_ansi_range

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

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