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

Function curses_nhbell

win/curses/cursmain.c:1110–1115  ·  view source on GitHub ↗

nhbell() -- Beep at user. [This will exist at least until sounds are redone, since sounds aren't attributable to windows anyway.] */

Source from the content-addressed store, hash-verified

1108 redone, since sounds aren't attributable to windows anyway.]
1109*/
1110void
1111curses_nhbell(void)
1112{
1113 if (!flags.silent)
1114 beep();
1115}
1116
1117/*
1118doprev_message()

Callers 2

curs_scroll_invtFunction · 0.85
curses_convert_keysFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected