8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b63a5cb + ca293a2 commit b577614Copy full SHA for b577614
src/_macosx.m
@@ -89,9 +89,6 @@ static int wait_for_stdin() {
89
if (!event) { break; }
90
[NSApp sendEvent: event];
91
}
92
- // We need to run the run loop for a short time to allow the
93
- // events to be processed and keep flushing them while we wait for stdin
94
- [[NSRunLoop currentRunLoop] runUntilDate: [NSDate dateWithTimeIntervalSinceNow: 0.01]];
95
96
// Remove the input handler as an observer
97
[[NSNotificationCenter defaultCenter] removeObserver: stdinHandle];
0 commit comments