diff options
author | Christian Duerr <contact@christianduerr.com> | 2024-02-14 01:59:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-14 04:59:56 +0400 |
commit | f1853a031d52f6964bbf368d2975767449fc4814 (patch) | |
tree | f6ca76cedb8b55ec62db823abb6ff3b919964a09 /CHANGELOG.md | |
parent | de12f03812e04c1b7cd58e8aa86d50e55de92f33 (diff) | |
download | alacritty-f1853a031d52f6964bbf368d2975767449fc4814.tar.gz alacritty-f1853a031d52f6964bbf368d2975767449fc4814.zip |
Fix regional scrolling leaking into history
This fixes an issue where a scrolling region that does not start at the
top of the screen would still rotate lines into history when scrolling
the content "upwards".
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 cdbf3392..ad36fbbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - C0 and C1 codes being emitted in associated text when using kitty keyboard - Occasional hang on startup with some Wayland compositors - Missing key for `NumpadDecimal` in key bindings +- Scrolling content upwards moving lines into history when it shouldn't ### Changed |