macro_rules! csi {
($( $l:expr ),*) => { ... };
}Expand description
Append a the first few characters of an ANSI escape code to the given string.
macro_rules! csi {
($( $l:expr ),*) => { ... };
}Append a the first few characters of an ANSI escape code to the given string.