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

Function amii_wait_synch

sys/amiga/winfuncs.c:2178–2190  ·  view source on GitHub ↗

Wait for everything to sync. Nothing is asynchronous, so we just * ask for a key to be pressed. */

Source from the content-addressed store, hash-verified

2176 * ask for a key to be pressed.
2177 */
2178void
2179amii_wait_synch(void)
2180{
2181 if (!amiIDisplay || amiIDisplay->rawprint) {
2182 if (amiIDisplay)
2183 amiIDisplay->rawprint = 0;
2184 } else {
2185 if (WIN_MAP != WIN_ERR) {
2186 display_nhwindow(WIN_MAP, TRUE);
2187 flush_glyph_buffer(amii_wins[WIN_MAP]->win);
2188 }
2189 }
2190}
2191
2192void
2193amii_setclipped(void)

Callers

nothing calls this directly

Calls 1

flush_glyph_bufferFunction · 0.85

Tested by

no test coverage detected