DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

isendwin(3curses)


isendwin -- determine whether a screen has been refreshed

Synopsis

cc [options] file -lcurses
#include <curses.h>

bool isendwin(void);

Description

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

Return value

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

Errors

No errors are defined.

Standards Conformance

The Single UNIX Specification, Version 2; The Open Group.

References

endwin(3curses), curses(4)
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004