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

Function term_end_screen

sys/msdos/video.c:473–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471}
472
473void
474term_end_screen(void)
475{
476 if (!iflags.grmode) {
477 txt_clear_screen();
478#ifdef PC9800
479 fputs("\033[>1l", stdout);
480#endif
481#ifdef SCREEN_VGA
482 } else if (iflags.usevga) {
483 vga_term_end_screen();
484#endif
485#ifdef SCREEN_VESA
486 } else if (iflags.usevesa) {
487 vesa_term_end_screen();
488#endif
489 }
490}
491
492void
493tty_nhbell(void)

Callers 4

setttyFunction · 0.50
setttyFunction · 0.50
setttyFunction · 0.50
VA_DECLFunction · 0.50

Calls 3

txt_clear_screenFunction · 0.85
vga_term_end_screenFunction · 0.85
vesa_term_end_screenFunction · 0.85

Tested by

no test coverage detected