summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-02-15 20:00:53 +0000
committerGitHub <noreply@github.com>2020-02-15 20:00:53 +0000
commitff09e393090ebe1ac01322823e3b1fe373a253bf (patch)
treec11ca37b18907ea7737afeba61d7b4cf4d2838c5 /CHANGELOG.md
parenta842d6827c74108156f0f21e34ff93c2a7a349fb (diff)
downloadalacritty-ff09e393090ebe1ac01322823e3b1fe373a253bf.tar.gz
alacritty-ff09e393090ebe1ac01322823e3b1fe373a253bf.zip
Fix parser stopping at unknown modes
This resolves an issue in the parser where it would stop as soon as the first unknown value is encountered in private mode/sgr attribute escapes. Fixes #3339.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9b4a3ec1..2545d393 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -51,6 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Modifier key combinations like `Ctrl + Q` not generating characters on macOS
- Handling of URLs with single quotes
- Parser reset between DCS escapes
+- Parser stopping at unknown DEC private modes/SGR character attributes
### Removed