Clenaup previous PR

Make pixel scrolling the default. Fix memory leak where blank line was
not being deallocated in Screen destructor.
This commit is contained in:
Kovid Goyal
2026-01-08 11:01:34 +05:30
parent 0168d19e57
commit da45f7eeaa
8 changed files with 36 additions and 53 deletions

View File

@@ -153,7 +153,9 @@ Detailed list of changes
0.45.1 [future]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Wayland: Add momentum scrolling for touchpads
- Pixel scrolling for the kitty scrollback buffer controlled via :opt:`pixel_scroll` (:pull:`9330`)
- Wayland: Add momentum scrolling in the kitty scrollback buffer for touchpads and touchscreens
- choose-files kitten: Fix JXL image preview not working (:iss:`9323`)