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

Function restore_colors

outdated/sys/atari/tos.c:334–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332}
333
334void
335restore_colors()
336{
337 static char plainHE[] = "\033q";
338
339 if (colors_changed)
340 nh_HE = plainHE;
341 colors_changed = FALSE;
342}
343
344#ifdef SUSPEND
345

Callers 3

msexitFunction · 0.85
optfn_booleanFunction · 0.85
toptenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected