More robust initial window replacement when launching URLs

This commit is contained in:
Kovid Goyal
2022-02-06 07:11:57 +05:30
parent aa8b23395f
commit f047678711
3 changed files with 7 additions and 8 deletions

View File

@@ -360,6 +360,7 @@ class Window:
else:
self.watchers = global_watchers().copy()
self.last_focused_at = 0.
self.started_at = monotonic()
self.current_mouse_event_button = 0
self.current_clipboard_read_ask: Optional[bool] = None
self.prev_osc99_cmd = NotificationCommand()