Module termion::cursor

source ·
Expand description

Cursor movement.

Structs§

  • 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.
  • Move cursor up.

Traits§