MCPcopy 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
434void
435linux_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
444void
445check_linux_console(void)

Callers 3

childFunction · 0.85
init_linux_consFunction · 0.85
dosuspendFunction · 0.85

Calls 1

writeFunction · 0.85

Tested by

no test coverage detected