Skip to main content

ERASE_ENTIRE_DISPLAY

Constant ERASE_ENTIRE_DISPLAY 

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

Erase the display including scrollback where supported: exact bytes ESC [ 3 J (ED 3).