Module crossterm::cursor[][src]

With this module you can perform actions that are cursor related. Like moving the cursor position;saving and resetting the cursor position; hiding showing and control the blinking of the cursor.

Structs

TerminalCursor

Struct that stores an specific platform implementation for cursor related actions.

Functions

cursor

Get an TerminalCursor implementation whereon cursor related actions can be performed. Pass the reference to any screen you want this type to perform actions on.