moveCursorLeft

Moves cursor left by n columns

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

Parameters

n
Type: int

Number of columns to move

Meta