Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
334
void
335
restore_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
msexit
Function · 0.85
optfn_boolean
Function · 0.85
topten
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected