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

Function tty_nhbell

win/tty/termcap.c:750–757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

748}
749
750void
751tty_nhbell(void)
752{
753 if (flags.silent)
754 return;
755 (void) putchar('\007'); /* curx does not change */
756 (void) fflush(stdout);
757}
758
759#ifdef ASCIIGRAPH
760void

Callers 4

tty_yn_functionFunction · 0.70
process_menu_windowFunction · 0.70
hooked_tty_getlinFunction · 0.70
xwaitforspaceFunction · 0.70

Calls 1

fflushFunction · 0.85

Tested by

no test coverage detected