Resets terminal modes to what they were when the saveterm subroutine was last called.
Curses Library (libcurses.a)
#include <curses.h>
resetterm( )
The resetterm subroutine resets terminal modes to what they were when the saveterm subroutine was last called.
The resetterm subroutine is called by the endwin (endwin Subroutine) subroutine, and should normally not be called directly by a program.