summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-03-02 01:19:06 +0000
committerGitHub <noreply@github.com>2020-03-02 01:19:06 +0000
commit1972cce8a4226dbe278e0a3b5d16fa13937e0463 (patch)
tree7ebb959419942d8a321c3331586db6ef4e6c35aa /CHANGELOG.md
parenta710866007321eacfcc05c015d4cf73e63c03b05 (diff)
Fix DCS escape parsing crash
This resolves a problem with the vte depedency, where the parser would crash when trying to parse a DCS escape with more than 16 parameters.
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 06bc1cc9..d35dd047 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -59,6 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Message bar not hiding after fixing wrong color value in config
- Tabstops cleared on resize
- Tabstops not breaking across lines
+- Crash when parsing DCS escape with more than 16 parameters
### Removed