mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-21 16:05:02 +02:00
Fix tab activity tracking not working unless there is some other activity in tab bar as well
Fixes #3571
This commit is contained in:
@@ -51,6 +51,9 @@ class Callbacks:
|
||||
self.notifications = []
|
||||
self.open_urls = []
|
||||
|
||||
def on_activity_since_last_focus(self) -> None:
|
||||
pass
|
||||
|
||||
|
||||
def filled_line_buf(ynum=5, xnum=5, cursor=Cursor()):
|
||||
ans = LineBuf(ynum, xnum)
|
||||
|
||||
Reference in New Issue
Block a user