Returns the current cursor position as (x, y).
(x, y)
({int x, int y}) position() => (x: _cur.x, y: _cur.y);