cursorLeft

abstract fun cursorLeft(n: Int = 1)

Moves the cursor left by n columns (CUB, CSI n D).

Clamps to column 0 when DECLRMM is off, or to the active left margin when DECLRMM is on.

Parameters

n

Number of columns. Non-positive values are no-ops.