Skip to main content

ERASE_ENTIRE_SCREEN

Constant ERASE_ENTIRE_SCREEN 

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

Erase the visible screen: exact bytes ESC [ 2 J (ED 2).