MCPcopy 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

422void init_linux_cons(void);
423
424void
425linux_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
434void
435linux_mapoff(void)

Callers 2

childFunction · 0.85
dosuspendFunction · 0.85

Calls 1

writeFunction · 0.85

Tested by

no test coverage detected