mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
XWayland: Fix a regression where some wheel mice were not scrolling properly
We assume increment == 1 and delta * 120 == integer means we have V120 events in units of 1/120. Fixes #9770
This commit is contained in:
@@ -187,6 +187,8 @@ Detailed list of changes
|
||||
|
||||
- X11: Fix a regression in the previous release that caused an occasional crash on input device removal (:iss:`9723`)
|
||||
|
||||
- XWayland: Fix a regression where some wheel mice were not scrolling properly (:pull:`9770`)
|
||||
|
||||
- Command palette: Improve searching to use word level matching (:pull:`9727`)
|
||||
|
||||
- hints kitten: A new option to set the background color of matched text (:pull:`9745`)
|
||||
|
||||
Reference in New Issue
Block a user