Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
461
void
462
tty_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
473
void
474
term_end_screen(void)
Callers
nothing calls this directly
Calls
2
fflush
Function · 0.85
msleep
Function · 0.50
Tested by
no test coverage detected