kittyDisambiguateEscapeCodes
Indicate whether Kitty's escape code disambiguation progressive-enhancement is enabled.
Normally, when a bare escape (0x1b
) is encountered as the final byte read from the input, it is not possible to disambiguate this as the start of an escape sequence or as a bare Esc key press. The parser will perform a fast disambiguation read to look for additional bytes to try and guess. Setting this property to true eliminates the disambiguation read under the assumption that any Esc key press will be encoded using the Kitty keyboard protocol.