hide_cursor abstract method
void
hide_cursor()
Hides the cursor.
If you hide the cursor, you should take care to return the cursor to a visible status at the end of the program, even if it throws an exception, by calling the show_cursor method.
Implementation
void hide_cursor();