Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-23 | Add secondary DA support | Christian 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-03 | Document supported escape sequences | Christian Duerr | |
Fixes #3440. |