setCursorRow

abstract fun setCursorRow(row: Int)

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

Parameters

row

The zero-based row index.