Determines whether the endwin subroutine was called without any subsequent refresh calls.
#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.
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. |
This subroutine is part of Base Operating System (BOS) Runtime.
The doupdate subroutine, endwin subroutine, wrefresh subroutine.
Curses Overview for Programming, Initializing Curses, List of Curses Subroutines in AIX Version 4.3 General Programming Concepts: Writing and Debugging Programs.