Module simple_ansi::cursor[][src]

Expand description

This module provides cursor movement functionalities

Functions

Hide cursor

Moves the cursor to home position (topleft) (line: 0, column: 0)

Move down by the given number of lines

Move left by the given number of lines

Move right by the given number of lines

Moves the cursor to a specific line and column

Move cursor to specified column

Move up by the given number of lines

Show cursor