Implement smooth animated scrolling for scroll_line_up and scroll_line_down

Fixes #9784
This commit is contained in:
copilot-swe-agent[bot]
2026-03-31 11:23:28 +00:00
committed by Kovid Goyal
parent 50cc4f6630
commit 35ca3a178d
12 changed files with 167 additions and 23 deletions

View File

@@ -153,6 +153,9 @@ class Callbacks:
def on_activity_since_last_focus(self) -> None:
pass
def finish_scroll_animation(self) -> None:
pass
def on_mouse_event(self, event):
ev = MouseEvent(**event)
opts = get_options()