Skip to main content

ERASE_ENTIRE_LINE

Constant ERASE_ENTIRE_LINE 

Source
pub const ERASE_ENTIRE_LINE: &[u8] = b"\x1b[2K";
Expand description

Erase the entire current line: exact bytes ESC [ 2 K (EL 2).