cursorKeyApplication property

set cursorKeyApplication (bool enabled)

DEC mode 1: cursor key application mode.

Implementation

set cursorKeyApplication(bool enabled) {
  _ensureOpen();
  _setBoolOption(
    bindings
        .GhosttyKeyEncoderOption
        .GHOSTTY_KEY_ENCODER_OPT_CURSOR_KEY_APPLICATION,
    enabled,
  );
}