diff options
author | a5ob7r <12132068+a5ob7r@users.noreply.github.com> | 2021-06-16 17:55:15 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-16 08:55:15 +0000 |
commit | 6f135d713a742a76b548f2efa179356f702e0743 (patch) | |
tree | e067194ed88163622bb56084e691b60724894a19 /CHANGELOG.md | |
parent | 3e867a056018c507d79396cb5c5b4b8309c609c2 (diff) | |
download | alacritty-6f135d713a742a76b548f2efa179356f702e0743.tar.gz alacritty-6f135d713a742a76b548f2efa179356f702e0743.zip |
Fix ScrollHalfPageUp vi cursor motion regression
This regression was introduced in 3bd5ac2.
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 9a3778f0..2be62dd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Regression in rendering performance with dense grids since 0.6.0 - Crash/Freezes with partially visible fullwidth characters due to alt screen resize +- Incorrect vi cursor position after invoking `ScrollPageHalfUp` action ## 0.8.0 |