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

Technical Reference: Base Operating System and Extensions, Volume 2

resetterm Subroutine

Purpose

Resets terminal modes to what they were when the saveterm subroutine was last called.

Library

Curses Library (libcurses.a)

Syntax

#include <curses.h>

resetterm( )

Description

The resetterm subroutine resets terminal modes to what they were when the saveterm subroutine was last called.

The resetterm subroutine is called by the endwin (endwin Subroutine) subroutine, and should normally not be called directly by a program.

Related Information

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

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

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

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