Function ansiterm::sub_string

source ·
pub fn sub_string(
    start: usize,
    len: usize,
    strs: &ANSIStrings<'_>
) -> Vec<ANSIString<'static>>
Expand description

Return a substring of the given ANSIStrings sequence, while keeping the formatting.