Resets terminal modes to what they were when the saveterm subroutine was last called.
#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 subroutine, and should normally not be called directly by a program.
This subroutine is part of Base Operating System (BOS) Runtime.
Curses Overview for Programming in AIX Version 4.3 General Programming Concepts: Writing and Debugging Programs.
List of Curses Subroutines in AIX Version 4.3 General Programming Concepts: Writing and Debugging Programs.
Understanding Terminals with Curses in AIX Version 4.3 General Programming Concepts: Writing and Debugging Programs.