reset_prog_mode(3cur)
NAME
reset_prog_mode, reset_shell_mode − restore terminal mode
SYNTAX
reset_prog_mode()
reset_shell_mode()
DESCRIPTION
The reset_prog_mode routine restores the terminal modes to those saved by the def_prog_mode routine.
The reset_shell_mode routine restores the terminal modes saved by the def_shell_mode routine.
These routines are called automatically by endwin and doupdate after an endwin. Normally these routines would not be called before endwin.
SEE ALSO
def_prog_mode(3cur), def_shell_mode(3cur), doupdate(3cur), endwin(3cur)
Subroutines