Skip to main content

enable

Macro enable 

Source
macro_rules! enable {
    ($a:expr) => { ... };
}
Expand description

Enables the given private terminal mode.

enable!(Pa) is quivalent to CSI ? Pa h.