Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ linux_mapon
Function
linux_mapon
sys/share/unixtty.c:424–432 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
422
void init_linux_cons(void);
423
424
void
425
linux_mapon(void)
426
{
427
#ifdef TTY_GRAPHICS
428
if (WINDOWPORT(tty) && linux_flag_console) {
429
write(1,
"\033(B"
, 3);
430
}
431
#endif
432
}
433
434
void
435
linux_mapoff(void)
Callers
2
child
Function · 0.85
dosuspend
Function · 0.85
Calls
1
write
Function · 0.85
Tested by
no test coverage detected