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

Technical Reference: Base Operating System and Extensions , Volume 2


reset_prog_mode Subroutine

Purpose

Restores the terminal to program mode.

Library

Curses Library (libcurses.a)

Syntax

#include <curses.h>

reset_prog_mode( )

Description

The reset_prog_mode subroutine restores the terminal to program or in curses mode.

The reset_prog_mode subroutine is a low-level routine and normally would not be called directly by a program.

Implementation Specifics

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

Related Information

Curses Overview for Programming 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.

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


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