Restores the terminal to shell mode.
#include <curses.h>
reset_shell_mode( )
The reset_shell_mode subroutine restores the terminal into shell , or "out of curses," mode. This happens automatically when the endwin subroutine is called.
This subroutine is part of Base Operating System (BOS) Runtime.
The endwin subroutine.
Curses Overview for Programming 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.
List of Curses Subroutines in AIX Version 4.3 General Programming Concepts: Writing and Debugging Programs.