MCPcopy Create free account
hub / github.com/NetHack/NetHack / sco_mapoff

Function sco_mapoff

sys/share/unixtty.c:375–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373}
374
375void
376sco_mapoff(void)
377{
378#ifdef TTY_GRAPHICS
379 if (WINDOWPORT(tty) && sco_flag_console) {
380 sco_map_valid = ioctl(0, LDGMAP, sco_chanmap_buf);
381 if (sco_map_valid != -1) {
382 ioctl(0, LDNMAP, (char *) 0);
383 }
384 }
385#endif
386}
387
388void
389check_sco_console(void)

Callers 3

childFunction · 0.85
init_sco_consFunction · 0.85
dosuspendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected