setCursorAbsolute

abstract fun setCursorAbsolute(row: Int, col: Int)

Row and column are parser-translated to zero-origin before handoff. The core may clamp; the parser must not.

Parameters

row

The zero-based row index.

col

The zero-based column index.