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

Technical Reference: Base Operating System and Extensions, Volume 1


isendwin Subroutine

Purpose

Determines whether the endwin subroutine was called without any subsequent refresh calls.

Library

Curses Library (libcurses.a)

Syntax

#include <curses.h>

isendwin()

Description

The isendwin subroutine determines whether the endwin subroutine was called without any subsequent refresh calls. If the endwin was called without any subsequent calls to the wrefresh or doupdate subroutines, the isendwin subroutine returns TRUE.

Return Values


TRUE Indicates the endwin subroutine was called without any subsequent calls to the wrefresh or doupdate subroutines.
FALSE Indicates subsequest calls to the refresh subroutines.

Implementation Specifics

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

Related Information

The doupdate subroutine, endwin subroutine, wrefresh subroutine.

Curses Overview for Programming, Initializing Curses, 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 ]