mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-17 05:54:59 +02:00
Implement smooth animated scrolling for scroll_line_up and scroll_line_down
Fixes #9784
This commit is contained in:
committed by
Kovid Goyal
parent
50cc4f6630
commit
35ca3a178d
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user