Move(CursorDirection, int) Method
Moves the cursor relative to the current position.
void Move(CursorDirection direction, int steps)
- Namespace
- Spectre
.Console - Containing Type
- IAnsiConsoleCursor
Parameters
- CursorDirection direction
- The direction to move the cursor.
- int steps
- The number of steps to move the cursor.