reset_shell_mode Subroutine

Purpose

Restores the terminal to shell mode.

Library

Curses Library (libcurses.a)

Syntax

#include <curses.h>
reset_shell_mode( )

Description

The reset_shell_mode subroutine restores the terminal into shell , or "out of curses," mode. This happens automatically when the endwin subroutine is called.