DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

immedok(3curses)


immedok -- enable or disable immediate terminal refresh

Synopsis

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

void immedok(WINDOW *win, bool bf);

Description

The immedok(3curses) function specifies whether the screen is refreshed whenever the window pointed to by win is changed. If bf is TRUE, the window is implicitly refreshed on each such change. If bf is FALSE, the window is not implicitly refreshed. The initial state is FALSE.

Return value

The immedok(3curses) function does not return a value.

Errors

No errors are defined.

Usage

The immedok(3curses) function is useful for windows that are used as terminal emulators.

Standards Conformance

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

References

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