savetty Subroutine

Purpose

Saves the state of the tty modes.

Library

Curses Library (libcurses.a)

Syntax

#include <curses.h>
savetty( )

Description

The savetty subroutine saves the current state of the tty modes in a buffer. It saves the current state in a buffer that the resetty subroutine then reads to reset the tty state.

The savetty subroutine is called by the initscr subroutine and normally should not be called directly by the program.