diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-05-13 09:58:34 +0000 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2020-05-26 00:02:20 +0000 |
commit | 39c7f5dfc962d2a443982a7fab3a32a2beeec331 (patch) | |
tree | a95640b1f72c10096ec817d2f98c90aabafaa0f4 /CHANGELOG.md | |
parent | 508b9cd118cd5a21cc7ffc0caadfe04918269213 (diff) | |
download | alacritty-39c7f5dfc962d2a443982a7fab3a32a2beeec331.tar.gz alacritty-39c7f5dfc962d2a443982a7fab3a32a2beeec331.zip |
Fix OSCs terminated by \x9c byte in unicode
Fixes #3591.
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 a727e978..422540b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Increased input latency due to vsync behavior on X11 - Freeze when application is invisible on Wayland - Emoji colors blending with terminal background +- Fix escapes prematurely terminated by terminators in unicode glyphs ## 0.4.2 ### Fixed |