Sun Microsystems, Inc.
spacerspacer
spacer   www.sun.com docs.sun.com | | |  
spacer
black dot
   
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z
    
 
X/Open Curses Library Functionsimmedok(3XCURSES)


NAME

 immedok - call refresh on changes to window

SYNOPSIS

 
#include <curses.h>
int immedok(WINDOW *win, bool bf);

DESCRIPTION

 

If bf is TRUE, immedok() calls refresh(3XCURSES) if any change to the window image is made (for example, through functions such as addch(3XCURSES), clrtobot(3XCURSES), and scrl(3XCURSES)). Repeated calls to refresh() may affect performance negatively. The immedok () function is disabled by default.

PARAMETERS

 
win
Is a pointer to the window that is to be refreshed.
bf
Is a Boolean expression.

RETURN VALUES

 

The immedok() function does not return a value.

ERRORS

 

None.

SEE ALSO

 

addch(3XCURSES), clearok(3XCURSES), clrtobot(3XCURSES), doupdate(3XCURSES), scrl(3XCURSES)


SunOS 5.9Go To TopLast Changed 1 Jun 1996

 
      
      
Copyright 2002 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.