clearScreen() public static method
Clears entire screen content by sending ANSI control code ED with argument 2 to the terminal.
Cursor position will not be changed. Note: ANSI.SYS implementation used in windows will reset cursor position to upper left corner of the screen.
public static void clearScreen ( ) |
---|
Please login to continue.