diff options
author | Koichi Murase <myoga.murase@gmail.com> | 2019-08-07 07:59:16 +0900 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2019-08-06 22:59:16 +0000 |
commit | 33cfc52909bda1e2d5ceeae5397f254509d00539 (patch) | |
tree | 5c216e26de4c095058844cfab1ad18e7140157bd /CHANGELOG.md | |
parent | b20d28578229a570b72f420fa50a64040bd2105b (diff) | |
download | alacritty-33cfc52909bda1e2d5ceeae5397f254509d00539.tar.gz alacritty-33cfc52909bda1e2d5ceeae5397f254509d00539.zip |
Ignore unsupported CSI sequences
Instead of ignoring unexpected intermediates in CSI escape sequences,
the intermediates are now explicitly checked and the escape sequence is
rejected when an unexpected intermediate is found.
Fixes #2171.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 06862ac0..14871794 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - On Linux, respect fontconfig's `embeddedbitmap` configuration option - Selecting trailing tab with semantic expansion - URL parser incorrectly handling Markdown URLs and angled brackets +- Intermediate bytes of CSI sequences not checked ## 0.3.3 |