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

Function curses_mark_synch

win/curses/cursmain.c:845–853  ·  view source on GitHub ↗

mark_synch() -- Don't go beyond this point in I/O on any channel until all channels are caught up to here. */

Source from the content-addressed store, hash-verified

843 all channels are caught up to here.
844*/
845void
846curses_mark_synch(void)
847{
848 /* full refresh has unintended side-effect of making a menu window
849 that has called core's get_count() to vanish; do a basic screen
850 refresh instead */
851 /*curses_refresh_nethack_windows();*/
852 refresh();
853}
854
855/*
856wait_synch() -- Wait until all pending output is complete (*flush*() for

Callers 1

curses_wait_synchFunction · 0.85

Calls 1

refreshFunction · 0.85

Tested by

no test coverage detected