Add momentum scrolling for X11 backend

Fixes #9421
This commit is contained in:
copilot-swe-agent[bot]
2026-01-26 05:36:35 +00:00
committed by Kovid Goyal
parent 9cef9e90f2
commit 027b73db64
3 changed files with 75 additions and 4 deletions

View File

@@ -155,7 +155,7 @@ Detailed list of changes
- Pixel scrolling for the kitty scrollback buffer controlled via :opt:`pixel_scroll` (:pull:`9330`)
- Wayland: momentum scrolling in the kitty scrollback buffer for touchpads and touchscreens, see :opt:`momentum_scroll`
- Linux: momentum scrolling in the kitty scrollback buffer for touchpads and touchscreens, see :opt:`momentum_scroll`
- X11: support high resolution scroll events from touchpads, etc