mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Merge branch 'comment' of https://github.com/Luflosi/kitty
This commit is contained in:
@@ -109,7 +109,7 @@ static size_t reaped_pids_count = 0;
|
||||
#define INCREF_CHILD(x) XREF_CHILD(x, Py_INCREF)
|
||||
#define DECREF_CHILD(x) XREF_CHILD(x, Py_DECREF)
|
||||
|
||||
// The max time (in secs) to wait for events from the window system
|
||||
// The max time to wait for events from the window system
|
||||
// before ticking over the main loop. Negative values mean wait forever.
|
||||
static monotonic_t maximum_wait = -1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user