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

Function get_nhcolor

win/X11/winX.c:294–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292
293
294XColor
295get_nhcolor(struct xwindow *wp, int clr)
296{
297 init_menu_nhcolors(wp);
298 /* FIXME: init_menu_nhcolors may fail */
299
300 if (clr >= 0 && clr < CLR_MAX)
301 return wp->nh_colors[clr];
302
303 return wp->nh_colors[0];
304}
305
306void
307init_menu_nhcolors(struct xwindow *wp)

Callers 3

HiliteFieldFunction · 0.85
tt_status_fixupFunction · 0.85
menu_create_entriesFunction · 0.85

Calls 1

init_menu_nhcolorsFunction · 0.85

Tested by

no test coverage detected