[go: up one dir, main page]

Macro csi

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

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