Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ topten_print_bold
Function
topten_print_bold
src/topten.c:173–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
171
}
172
173
staticfn void
174
topten_print_bold(const char *x)
175
{
176
if (gt.toptenwin == WIN_ERR)
177
raw_print_bold(x);
178
else
179
putstr(gt.toptenwin, ATR_BOLD, x);
180
}
181
182
int
183
observable_depth(d_level *lev)
Callers
1
outentry
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected