diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-11-15 03:28:03 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-15 00:28:03 +0000 |
commit | 2a16cc5155fc11bfa965c632c6c1d3a257b3f59a (patch) | |
tree | ebe31d339ac595ea7628632b5d7ee5bcb2bcea2a /CHANGELOG.md | |
parent | 198d3cb78d9f9432e1d829f44aec46ec7971c24d (diff) | |
download | alacritty-2a16cc5155fc11bfa965c632c6c1d3a257b3f59a.tar.gz alacritty-2a16cc5155fc11bfa965c632c6c1d3a257b3f59a.zip |
Fix zerowidth characters in the last column
This commit fixes the issue that when attempting to write zerowidth
characters into the last column, it is written in the second to last
column instead.
Fixes #4227.
Co-authored-by: Christian Duerr <contact@christianduerr.com>
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 5570807d..e2fda8a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -74,6 +74,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Crash when writing to the clipboard fails on Wayland - Crash with large negative `font.offset.x/y` - Visual bell getting stuck on the first frame +- Zerowidth characters in the last column of the line ## 0.5.0 |