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

Function check_linux_console

sys/share/unixtty.c:444–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442}
443
444void
445check_linux_console(void)
446{
447 struct vt_mode vtm;
448
449 if (isatty(0) && ioctl(0, VT_GETMODE, &vtm) >= 0) {
450 linux_flag_console = 1;
451 }
452}
453
454void
455init_linux_cons(void)

Callers 2

mainFunction · 0.85
libnhmain.cFile · 0.85

Calls 1

isattyFunction · 0.85

Tested by

no test coverage detected