setCursorColumn

abstract fun setCursorColumn(col: Int)

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

Parameters

col

The zero-based column index.