Restores the terminal to program mode.
#include <curses.h>
reset_prog_mode( )
The reset_prog_mode subroutine restores the terminal to program or in curses mode.
The reset_prog_mode subroutine is a low-level routine and normally would 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.