[][src]Macro crossterm_utils::csi

macro_rules! csi {
    ($( $l:expr ),*) => { ... };
}

Append a the first few characters of an ANSI escape code to the given string.