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.
Curses Overview for Programming in AIX 5L Version 5.2 General Programming Concepts: Writing and Debugging Programs.
List of Curses Subroutines in AIX 5L Version 5.2 General Programming Concepts: Writing and Debugging Programs.
Understanding Terminals with Curses in AIX 5L Version 5.2 General Programming Concepts: Writing and Debugging Programs.