MCPcopy 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
173staticfn void
174topten_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
182int
183observable_depth(d_level *lev)

Callers 1

outentryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected