diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-11-14 23:17:59 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-14 23:17:59 +0400 |
commit | d83d5af2b571e5dc2c5c622277096a91c04ca7eb (patch) | |
tree | 9b8ce3c569e664c91399a52d37471b07ce0d0207 /CHANGELOG.md | |
parent | 13834d4de80b2a163f7d1838d34f67f088d2c218 (diff) | |
download | alacritty-d83d5af2b571e5dc2c5c622277096a91c04ca7eb.tar.gz alacritty-d83d5af2b571e5dc2c5c622277096a91c04ca7eb.zip |
Fix Vi cursor not being dirty when scrolling
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 48a65132..7546f001 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,6 +70,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Crash when leaving search after resize - Cursor being hidden after reaching cursor blinking timeout - Message bar content getting stuck after closing with multiple messages on Wayland +- Vi cursor position not redrawn on PageUp/PageDown without scrollback ### Removed |