alacritty::input::keyboard

Function is_control_character

Source
fn is_control_character(text: &str) -> bool
Expand description

Check whether the text is 0x7f, C0 or C1 control code.