diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-07-01 06:58:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-01 09:58:06 +0300 |
commit | bc60782e424359d818a22ffa2ffa3c2dc88ab6fe (patch) | |
tree | 3fb6548a20e8c61badefd4aa91396c4eecce6c4d /CHANGELOG.md | |
parent | 8688e47ddb932818d4e0992299c3cbbff6cf0572 (diff) | |
download | alacritty-bc60782e424359d818a22ffa2ffa3c2dc88ab6fe.tar.gz alacritty-bc60782e424359d818a22ffa2ffa3c2dc88ab6fe.zip |
Fix reflow of empty wrapped cursor line
This bug was caused by trying to grow the terminal while the cursor line
was wrapped but entirely empty. Resizing the terminal now accounts for
the position of the deleted line and moves the cursor up only when the
line deleted was above it.
The deletion of the line was caused by the shell redrawing itself
whenever the cursor is moved.
Fixes #3583.
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 0297b1e1..8109b100 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Regression in font rendering on macOS - Scroll down escape (`CSI Ps T`) incorrectly pulling lines from history - Dim escape (`CSI 2 m`) support for truecolor text +- Incorrectly deleted lines when increasing width with a prompt wrapped using spaces ## 0.4.3 |