cursorY property

int get cursorY

Implementation

int get cursorY => _terminalUint16(
  bindings.GhosttyTerminalData.GHOSTTY_TERMINAL_DATA_CURSOR_Y,
);