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

Function reset_customsymbols

src/utf8map.c:210–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208#endif /* ENHANCED_SYMBOLS */
209
210void
211reset_customsymbols(void)
212{
213#ifdef ENHANCED_SYMBOLS
214 free_all_glyphmap_u();
215 apply_customizations(gc.currentgraphics, do_custom_symbols);
216#endif
217}
218
219/* utf8map.c */
220

Callers 1

reset_needed_visualsFunction · 0.85

Calls 2

free_all_glyphmap_uFunction · 0.85
apply_customizationsFunction · 0.85

Tested by

no test coverage detected