moveCursorDown

Moves cursor down by n rows

version(Posix)
void
moveCursorDown
(
int n = 1
)

Parameters

n
Type: int

Number of rows to move

Meta