summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2024-02-14 01:59:56 +0100
committerChristian Duerr <contact@christianduerr.com>2024-03-19 02:20:53 +0100
commit0926df17bfbb048d09cae74e6a0fa0603929c19c (patch)
treeea404d7798c02ef448c351d8032bd4354339306a /CHANGELOG.md
parent564eb65201b30e85ea1551d6167d67b9f8b11482 (diff)
downloadalacritty-0926df17bfbb048d09cae74e6a0fa0603929c19c.tar.gz
alacritty-0926df17bfbb048d09cae74e6a0fa0603929c19c.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.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e22459a5..24f68a9f 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