cursorRight

abstract fun cursorRight(n: Int = 1)

Moves the cursor right by n columns (CUF, CSI n C).

Clamps to the viewport right edge when DECLRMM is off, or to the active right margin when DECLRMM is on.

Parameters

n

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