altEscPrefix property
DEC mode 1036: alt sends escape prefix.
Implementation
set altEscPrefix(bool enabled) {
_ensureOpen();
_setBoolOption(
bindings.GhosttyKeyEncoderOption.GHOSTTY_KEY_ENCODER_OPT_ALT_ESC_PREFIX,
enabled,
);
}
DEC mode 1036: alt sends escape prefix.
set altEscPrefix(bool enabled) {
_ensureOpen();
_setBoolOption(
bindings.GhosttyKeyEncoderOption.GHOSTTY_KEY_ENCODER_OPT_ALT_ESC_PREFIX,
enabled,
);
}