hideCursor() public static method
Hides the cursor by sending ANSI DECTCEM code ?25l to the terminal.
Use showCursor() to bring it back. Do not forget to show cursor when your application exits. Cursor might stay hidden in terminal after exit.
public static void hideCursor ( ) |
---|
Please login to continue.