aboutsummaryrefslogtreecommitdiff
path: root/docs/escape_support.md
AgeCommit message (Collapse)Author
2020-07-23Add secondary DA supportChristian Duerr
This adds support for the secondary DA escape sequence response. Alacritty's version is formatted allowing for up to 99 minor and patch versions, which should be sufficient. The tertiary DA is intentionally not implemented and marked as rejected in the documentation, since a lot of terminals do not support it, or report useless data (XTerm/URxvt/Kitty). Fixes #3100.
2020-07-03Document supported escape sequencesChristian Duerr
Fixes #3440.