eraseScreen property

String eraseScreen
getter/setter pair

Erases the entire screen. Moves the cursor to the top left (only on DOS with ANSI.SYS).

Implementation

static String eraseScreen = eraseDisplayNative(2);