reset_prog_mode(3cur) reset_prog_mode(3cur)
Name
reset_prog_mode, reset_shell_mode - restore terminal mode
Syntax
int reset_prog_mode()
int reset_shell_mode()
Description
The routine restores the terminal modes to those saved by the routine.
The routine restores the terminal modes saved by the routine.
These routines are called automatically by and after an Normally these routines would not be called before
Return Values
The and functions return OK on success and ERR on error.
See Also
def_prog_mode(3cur), def_shell_mode(3cur), doupdate(3cur), endwin(3cur)
reset_prog_mode(3cur)