cursorColumn method

int cursorColumn()

Returns the current cursor column (0-indexed).

Implementation

int cursorColumn() => _col;