Skip to main content

ERASE_SCREEN_ABOVE

Constant ERASE_SCREEN_ABOVE 

Source
pub const ERASE_SCREEN_ABOVE: &[u8] = b"\x1b[1J";
Expand description

Erase from start of screen through cursor: exact bytes ESC [ 1 J (ED 1).