diff options
author | a5ob7r <12132068+a5ob7r@users.noreply.github.com> | 2021-07-05 05:01:29 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-04 20:01:29 +0000 |
commit | 0486c7cb138564422a11d14ce002dd121327d700 (patch) | |
tree | e89ee9ff713fdf656aa1fb1efe52db018b11edf9 /CHANGELOG.md | |
parent | 9e7655ec03aeacfd13efe3b0b304f86bf1da5e11 (diff) | |
download | alacritty-0486c7cb138564422a11d14ce002dd121327d700.tar.gz alacritty-0486c7cb138564422a11d14ce002dd121327d700.zip |
Fix vi cursor motion with ScrollPage* actions
This fixes the regression that vi cursor doesn't move to appropriate
position to emulate vi/vim after invokes `ScrollPage*`.
To emulate vi/vim the cursor should move up/down some lines if the
viewport on topmost scrollback buffer or on bottommost one when invokes
`ScrollPage*` action. Otherwise the cursor should look like no movement
relatively on viewport.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ec786ea3..4e5543b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,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 +- Incorrect vi cursor position after invoking `ScrollPage*` action - Slow PTY read performance with extremely dense grids - Crash when resizing during vi mode |