mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-20 15:35:03 +02:00
Do notcheck for closed windows on every loop tick
This commit is contained in:
@@ -151,7 +151,7 @@ typedef struct {
|
||||
bool is_wayland;
|
||||
bool has_render_frames;
|
||||
bool debug_gl, debug_font_fallback;
|
||||
bool has_pending_resizes;
|
||||
bool has_pending_resizes, has_pending_closes;
|
||||
bool in_sequence_mode;
|
||||
bool tab_bar_hidden;
|
||||
double font_sz_in_pts;
|
||||
|
||||
Reference in New Issue
Block a user