[−][src]Module anes::cursor
TODO - top/left is 0,0
Structs
| DisableBlinking | A control sequence to disable the cursor blinking. |
| EnableBlinking | A control sequence to enable the cursor blinking. |
| Hide | A control sequence to hide the cursor. |
| MoveDown | A control sequence to move the cursor by the given number of rows down. |
| MoveLeft | A control sequence to move the cursor by the given number of columns right. |
| MoveRight | A control sequence to move the cursor by the given number of columns right. |
| MoveTo | A control sequence to move the cursor to the given location (column, row). |
| MoveUp | A control sequence to move the cursor by the given number of rows up. |
| RestorePosition | A control sequence to restore the cursor position. |
| SavePosition | A control sequence to save the cursor position. |
| Show | A control sequence to show the cursor. |