clearLineAfterCursor() public static method
Clears text from cursor position to the end of the line by sending ANSI control code EL with argument 0 to the terminal.
Cursor position will not be changed.
public static void clearLineAfterCursor ( ) |
---|
clearLineAfterCursor() public static method
Clears text from cursor position to the end of the line by sending ANSI control code EL with argument 0 to the terminal.
Cursor position will not be changed.
public static void clearLineAfterCursor ( ) |
---|
Please login to continue.