UserIO.moveCursorUpByLines

Moves the console's cursor up and moves the cursor to the start of that line.

class UserIO
static @safe
void
moveCursorUpByLines
(
size_t lineCount
)

Parameters

lineCount size_t

The amount of lines to move up.

Meta