cursorX property

int get cursorX

Implementation

int get cursorX => _terminalUint16(
  bindings.GhosttyTerminalData.GHOSTTY_TERMINAL_DATA_CURSOR_X,
);