Example #1
0
void exit_graphics ()
{
   if (drows <= 0)
      return ;

   fg_term () ;
}
Example #2
0
void t_screen(void) {
    if (in_graphics_mode) {
	fg_term();
	in_graphics_mode = FALSE;
	in_splitscreen = FALSE;
	y_max = 25;
    }
}