diff --git a/kitty/child-monitor.c b/kitty/child-monitor.c index e3ee2c3c3..cac54e63d 100644 --- a/kitty/child-monitor.c +++ b/kitty/child-monitor.c @@ -34,7 +34,7 @@ extern PyTypeObject Screen_Type; #define EVDBG(...) #endif -#define EXTRA_FDS 3 +#define EXTRA_FDS 2 #ifndef MSG_NOSIGNAL // Apple does not implement MSG_NOSIGNAL #define MSG_NOSIGNAL 0