diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-04-22 20:08:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-22 20:08:58 +0000 |
commit | c688adc7b514de92afdb9c3c27faeda95f8fa475 (patch) | |
tree | c58955af67d248a251974585c600612b415bdaca /CHANGELOG.md | |
parent | 28abb1f9c78ab316126bdf94e2ca12f034f1d8fd (diff) | |
download | alacritty-c688adc7b514de92afdb9c3c27faeda95f8fa475.tar.gz alacritty-c688adc7b514de92afdb9c3c27faeda95f8fa475.zip |
Fix cursor expansion across wide chars
This fixes a regression introduced in 0.7.0 where the block cursor would
not expand across both cells anymore when on top of a wide char spacer
cell.
The logic to always move the cursor on the wide char instead of the
spacer has been moved to the alacritty_terminal crate, making sure it is
always performed before any processing in the UI.
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 ba70bd7f..094bfb58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Clicking on URLs on Windows incorrectly opens File Explorer - 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 ### Removed |