Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ tty_mark_synch
Function
tty_mark_synch
win/tty/wintty.c:3616–3621 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3614
}
3615
3616
void
3617
tty_mark_synch(void)
3618
{
3619
HUPSKIP();
3620
(void) fflush(stdout);
3621
}
3622
3623
void
3624
tty_wait_synch(void)
Callers
1
tty_display_file
Function · 0.85
Calls
1
fflush
Function · 0.85
Tested by
no test coverage detected