Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ linux_mapoff
Function
linux_mapoff
sys/share/unixtty.c:434–442 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
432
}
433
434
void
435
linux_mapoff(void)
436
{
437
#ifdef TTY_GRAPHICS
438
if (WINDOWPORT(tty) && linux_flag_console) {
439
write(1,
"\033(U"
, 3);
440
}
441
#endif
442
}
443
444
void
445
check_linux_console(void)
Callers
3
child
Function · 0.85
init_linux_cons
Function · 0.85
dosuspend
Function · 0.85
Calls
1
write
Function · 0.85
Tested by
no test coverage detected