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

Function cnf_line_MENUCOLOR

src/cfgfiles.c:1163–1167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1161}
1162
1163staticfn boolean
1164cnf_line_MENUCOLOR(char *bufp)
1165{
1166 return add_menu_coloring(bufp);
1167}
1168
1169staticfn boolean
1170cnf_line_HILITE_STATUS(char *bufp)

Callers

nothing calls this directly

Calls 1

add_menu_coloringFunction · 0.85

Tested by

no test coverage detected