cursorPendingWrap property

bool get cursorPendingWrap

Implementation

bool get cursorPendingWrap => _terminalBool(
  bindings.GhosttyTerminalData.GHOSTTY_TERMINAL_DATA_CURSOR_PENDING_WRAP,
);