Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ isendwin(3X) — HP-UX 10.20

Media Vault

Software Library

Restoration Projects

Artifacts Sought

isendwin(3X)

ENHANCED CURSES

NAME

isendwin — determine whether a screen has been refreshed

SYNOPSIS

#include <curses.h>

bool isendwin(void);

DESCRIPTION

The isendwin() function indicates whether the screen has been refreshed since the last call to endwin()

RETURN VALUE

The isendwin() function returns TRUE if endwin() has been called without any subsequent refresh.  Otherwise, it returns FALSE. 

ERRORS

No errors are defined. 

SEE ALSO

endwin(), <curses.h>. 

CHANGE HISTORY

First released in X/Open Curses, Issue 4. 

Hewlett-Packard Company  —  HP-UX Release 10.20:  July 1996

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026