[ Previous | Next | Contents | Glossary | Home | Search ]
AIX Version 4.3 Base Operating System and Extensions Technical Reference, 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 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.

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


[ Previous | Next | Contents | Glossary | Home | Search ]