Fix tab activity tracking not working unless there is some other activity in tab bar as well

Fixes #3571
This commit is contained in:
Kovid Goyal
2021-05-05 14:23:27 +05:30
parent 4dcccc553c
commit 5cf228e362
5 changed files with 17 additions and 0 deletions

View File

@@ -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)