pub const ERASE_ENTIRE_DISPLAY: &[u8] = b"\x1b[3J";
Erase the display including scrollback where supported: exact bytes ESC [ 3 J (ED 3).
ESC [ 3 J
ED 3