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

Function getreturn

outdated/sys/mac/mttymain.c:324–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322}
323
324void
325getreturn(char *str)
326{
327 FlushEvents(-1, 0);
328 msmsg("Press space %s", str);
329 (void) tgetch();
330}
331
332#if 0 /* this function is commented out */
333/* the tty has_color[] table is filled in during init above */

Callers

nothing calls this directly

Calls 2

msmsgFunction · 0.85
tgetchFunction · 0.70

Tested by

no test coverage detected