Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ reset_customcolors
Function
reset_customcolors
src/glyphs.c:1178–1183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1176
}
1177
1178
void
1179
reset_customcolors(void)
1180
{
1181
clear_all_glyphmap_colors();
1182
apply_customizations(gc.currentgraphics, do_custom_colors);
1183
}
1184
1185
/* not used yet */
1186
Callers
1
reset_needed_visuals
Function · 0.85
Calls
2
clear_all_glyphmap_colors
Function · 0.85
apply_customizations
Function · 0.85
Tested by
no test coverage detected