Skip to main content

ERASE_SCREEN_BELOW

Constant ERASE_SCREEN_BELOW 

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

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