Thanks to visit codestin.com Credit goes to github.com
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 589d3fb + fd43a64 commit 2e95cf2Copy full SHA for 2e95cf2
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