mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
parent
a9856da2c3
commit
0a40efb5f0
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ class Boss(Thread):
|
|||
self.cursor_blinking = True
|
||||
self.glfw_window_title = None
|
||||
self.action_queue = Queue()
|
||||
self.pending_resize = True
|
||||
self.pending_resize = False
|
||||
self.resize_gl_viewport = False
|
||||
self.shutting_down = False
|
||||
self.screen_update_delay = opts.repaint_delay / 1000.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue