DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

panel_update(S)


panel_update: update_panels -- panels virtual screen refresh routine

Syntax

cc ... -lpanel -lcurses

#include <panel.h>

void update_panels(void);

Description

update_panels(S) refreshes the virtual screen to reflect the depth relationships between the panels in the deck. The user must use the curses library call LR doupdate S (see curs_refresh(S)) to refresh the physical screen.

Return values

This routine does not return a value.

Warning

The header file panel.h automatically includes the header file curses.h.

Files


/usr/lib/libpanel.a
the library

See also

curses(S), curs_refresh(S), panels(S)

Standards conformance

update_panels(S) are not part of any currently supported standard; they were developed by UNIX System Laboratories, Inc. and are maintained by The SCO Group.
© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003