moveCursorRight

Moves cursor right by n columns

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

Parameters

n
Type: int

Number of columns to move

Meta