Module cursor

Source
Expand description

Cursor helper structs (from https://crates.io/crates/termion)

Structsยง

Down
Move cursor down.
Goto
Goto some position ((1,1)-based).
Left
Move cursor left.
Right
Move cursor right.
Up
Move cursor up.