Exemplo n.º 1
0
//*****************************************************************************
//
// This function resets the screen.
//
//*****************************************************************************
void
reset_screen(void)
{
    //
    // Select the text window.
    //
    select_text_window();

    //
    // Return the character rendering to normal.
    //
    set_attribute(NORMAL);
}
Exemplo n.º 2
0
void reset_screen( void )
{
   select_text_window(  );
}                               /* reset_screen */