Determines whether the endwin subroutine was called without any subsequent refresh calls.
Curses Library (libcurses.a)
#include <curses.h>
isendwin()
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.
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. |