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

Function vga_Finish

sys/msdos/vidvga.c:860–868  ·  view source on GitHub ↗

* This allows grouping of several tasks to be done when * switching back to text mode. This is a public (extern) function. * */

Source from the content-addressed store, hash-verified

858 *
859 */
860void
861vga_Finish(void)
862{
863 free_tiles();
864 vga_SwitchMode(MODETEXT);
865 windowprocs.win_cliparound = tty_cliparound;
866 g_attribute = attrib_text_normal;
867 iflags.tile_view = FALSE;
868}
869
870#if 0
871/*

Callers 1

gr_finishFunction · 0.85

Calls 2

free_tilesFunction · 0.85
vga_SwitchModeFunction · 0.85

Tested by

no test coverage detected