eraseScreen property
Erases the entire screen. Moves the cursor to the top left (only on DOS with ANSI.SYS).
Implementation
static String eraseScreen = eraseDisplayNative(2);
Erases the entire screen. Moves the cursor to the top left (only on DOS with ANSI.SYS).
static String eraseScreen = eraseDisplayNative(2);