UserIO.moveCursorDownByLines

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

class UserIO
static @safe
void
moveCursorDownByLines
(
size_t lineCount
)

Parameters

lineCount size_t

The amount of lines to move down.

Meta