Inherits Reference / Object
Get the last known cursor visibility.
Hides the cursor until instructed to re-display it with #show or the application exits.
#show
Hides the current cursor position.
Using the method directly is not recommended, however if you do, it is important to ensure you call #show prior to exiting.
Move the cursor position cells spots in direction.
Position the cursor at the specific line/column position.
Position the cursor at the specific column on the current line.
Restores the previously save cursor position.
Saves the current cursor position for later recall via #restore_position.
#restore_position
Show the cursor.