示例#1
0
endwin()
{
	/* flush any last changes */
	refresh();

	/* change the terminal mode back the way it was */
	suspend_curses();
}
示例#2
0
/* Shut down the Curses package. */
void endwin()
{
	/* change the terminal mode back the way it was */
	suspend_curses();
#if AMIGA
	amiclosewin();
#endif
}
示例#3
0
void endwin()
{
	/* change the terminal mode back the way it was */
	suspend_curses();
}