Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1163
staticfn boolean
1164
cnf_line_MENUCOLOR(char *bufp)
1165
{
1166
return add_menu_coloring(bufp);
1167
}
1168
1169
staticfn boolean
1170
cnf_line_HILITE_STATUS(char *bufp)
Callers
nothing calls this directly
Calls
1
add_menu_coloring
Function · 0.85
Tested by
no test coverage detected