MCPcopy Create free account
hub / github.com/NetHack/NetHack / tty_delay_output

Function tty_delay_output

sys/msdos/video.c:461–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459}
460
461void
462tty_delay_output(void)
463{
464#ifdef TIMED_DELAY
465 if (flags.nap) {
466 (void) fflush(stdout);
467 msleep(50); /* sleep for 50 milliseconds */
468 return;
469 }
470#endif
471}
472
473void
474term_end_screen(void)

Callers

nothing calls this directly

Calls 2

fflushFunction · 0.85
msleepFunction · 0.50

Tested by

no test coverage detected