Expand description
Cursor movement.
Structs§
- Blinking
Bar - Change the cursor style to blinking bar
- Blinking
Block - Change the cursor style to blinking block
- Blinking
Underline - Change the cursor style to blinking underline
- Down
- Move cursor down.
- Goto
- Goto some position ((1,1)-based).
- Hide
- Hide the cursor.
- Hide
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().
- Left
- Move cursor left.
- Restore
- Restore the cursor.
- Right
- Move cursor right.
- Save
- Save the cursor.
- Show
- Show the cursor.
- Steady
Bar - Change the cursor style to steady bar
- Steady
Block - Change the cursor style to steady block
- Steady
Underline - Change the cursor style to steady underline
- Up
- Move cursor up.
Traits§
- Detect
Cursor Pos - Types that allow detection of the cursor position.