diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-05-13 09:58:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-13 12:58:34 +0300 |
commit | b656fba35ed12b776e8204115a6c6de76eda0a3b (patch) | |
tree | f790e93c7c1181db416aabc28e062303573a4bc5 /CHANGELOG.md | |
parent | 73c7f0c48d32ab5dc4b50e14e875306f4ddb6545 (diff) | |
download | alacritty-b656fba35ed12b776e8204115a6c6de76eda0a3b.tar.gz alacritty-b656fba35ed12b776e8204115a6c6de76eda0a3b.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 7a6bfcc7..7aa65254 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 - 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 |