altEscPrefix property

set altEscPrefix (bool enabled)

DEC mode 1036: alt sends escape prefix.

Implementation

set altEscPrefix(bool enabled) {
  _ensureOpen();
  _setBoolOption(
    bindings.GhosttyKeyEncoderOption.GHOSTTY_KEY_ENCODER_OPT_ALT_ESC_PREFIX,
    enabled,
  );
}