resetterm Subroutine
Purpose
Resets terminal modes to what they were when the saveterm subroutine was last called.
Library
Curses Library (libcurses.a)
Syntax
#include <curses.h>
resetterm( )
Description
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 subroutine, and should normally not be called directly by a program.