screen sequence doesn't work (like bios_console.c on some platforms).
#include <curses.h>
/** @file
#include <curses.h>
/** @file
stdscr->scr->init( stdscr->scr );
stdscr->height = LINES;
stdscr->width = COLS;
stdscr->scr->init( stdscr->scr );
stdscr->height = LINES;
stdscr->width = COLS;
*
*/
int endwin ( void ) {
*
*/
int endwin ( void ) {
+ attrset ( 0 );
+ color_set ( 0, NULL );
+ erase();
stdscr->scr->exit( stdscr->scr );
return OK;
}
stdscr->scr->exit( stdscr->scr );
return OK;
}