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

Function getret

win/tty/wintty.c:763–781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

761}
762
763static void
764getret(void)
765{
766#if defined(MICRO) || defined(WIN32CON)
767 getreturn("to continue");
768#else
769 HUPSKIP();
770 xputs("\n");
771 if (flags.standout)
772 standoutbeg();
773 xputs("Hit ");
774 xputs(iflags.cbreak ? "space" : "return");
775 xputs(" to continue: ");
776 if (flags.standout)
777 standoutend();
778 xwaitforspace(" ");
779#endif
780 iflags.raw_printed = 0;
781}
782
783void
784tty_suspend_nhwindows(const char *str)

Callers 1

tty_wait_synchFunction · 0.85

Calls 5

xwaitforspaceFunction · 0.85
xputsFunction · 0.70
standoutbegFunction · 0.70
standoutendFunction · 0.70
getreturnFunction · 0.50

Tested by

no test coverage detected