diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-04-29 17:06:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 17:06:44 +0000 |
commit | 4d982894a6859b6d4eeb967ec6dbbf5965c79165 (patch) | |
tree | c9ccb721497b6f4d6f26002b9b5e76babab189ac /CHANGELOG.md | |
parent | 11cbc439c8785ed937125e0ba2a60ef470564a5e (diff) | |
download | alacritty-4d982894a6859b6d4eeb967ec6dbbf5965c79165.tar.gz alacritty-4d982894a6859b6d4eeb967ec6dbbf5965c79165.zip |
Fix replacement of fullwidth characters
Fixes #3726.
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 094bfb58..a4bf4095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Incorrect underline cursor thickness on wide cell - Viewport moving around when resizing while scrolled into history - Block cursor not expanding across fullwidth characters when on the right side of it +- Overwriting fullwidth characters only clearing one of the involved cells ### Removed |