mark_synch() -- Don't go beyond this point in I/O on any channel until all channels are caught up to here. */
| 843 | all channels are caught up to here. |
| 844 | */ |
| 845 | void |
| 846 | curses_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 | /* |
| 856 | wait_synch() -- Wait until all pending output is complete (*flush*() for |
no test coverage detected