Expand description

Cursor movement.

Structs

Change the cursor style to blinking bar
Change the cursor style to blinking block
Change the cursor style to blinking underline
Move cursor down.
Goto some position ((1,1)-based).
Hide the cursor.
Hide the cursor for the lifetime of this struct. It will hide the cursor on creation with from() and show it back on drop().
Move cursor left.
Restore the cursor.
Move cursor right.
Save the cursor.
Show the cursor.
Change the cursor style to steady bar
Change the cursor style to steady block
Change the cursor style to steady underline
Move cursor up.

Traits

Types that allow detection of the cursor position.