[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

Technical Reference: Base Operating System and Extensions , Volume 2


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.

Implementation Specifics

This subroutine is part of Base Operating System (BOS) Runtime.

Related Information

The endwin (endwin Subroutine) subroutine.

Curses Overview for Programming in AIX 5L Version 5.1 General Programming Concepts: Writing and Debugging Programs.

Understanding Terminals with Curses in AIX 5L Version 5.1 General Programming Concepts: Writing and Debugging Programs.

List of Curses Subroutines in AIX 5L Version 5.1 General Programming Concepts: Writing and Debugging Programs.


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]