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

Function term_start_screen

sys/msdos/video.c:548–556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

546}
547
548void
549term_start_screen(void)
550{
551#ifdef PC9800
552 fputs("\033[>1h", stdout);
553#endif
554 if (iflags.num_pad)
555 tty_number_pad(1); /* make keypad send digits */
556}
557
558void
559gr_init(void)

Callers 3

setfttyFunction · 0.50
setfttyFunction · 0.50
setfttyFunction · 0.50

Calls 1

tty_number_padFunction · 0.70

Tested by

no test coverage detected