diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-07-23 21:55:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-23 21:55:15 +0000 |
commit | 0dfd8601c92666c45d0c2e056bd68f600a4cbe47 (patch) | |
tree | a8c4b508932610b73c76840b2eaf9a3122e7ed67 /CHANGELOG.md | |
parent | dd32447bc282c443f8c7dd74fe8be635203390c9 (diff) | |
download | alacritty-0dfd8601c92666c45d0c2e056bd68f600a4cbe47.tar.gz alacritty-0dfd8601c92666c45d0c2e056bd68f600a4cbe47.zip |
Add secondary DA support
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.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2065f4f3..1b042b95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 0.6.0-dev +### Added + +- Secondary device attributes escape (`CSI > 0 c`) + ## 0.5.0-dev ### Packaging |