reset_prog_mode Subroutine
Purpose
Restores the terminal to program mode.
Library
Curses Library (libcurses.a)
Syntax
#include <curses.h>
reset_prog_mode( )
Description
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.