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
Item | Description |
---|---|
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. |