Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
750
void
751
tty_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
760
void
Callers
4
tty_yn_function
Function · 0.70
process_menu_window
Function · 0.70
hooked_tty_getlin
Function · 0.70
xwaitforspace
Function · 0.70
Calls
1
fflush
Function · 0.85
Tested by
no test coverage detected