DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

panel_update(3ocurses)


panel_update: update_panels -- panels virtual screen refresh routine

Synopsis

cc [flag . . .] file -lpanel -locurses [library . . .]

#include <panel.h>

void update_panels(void);

Description

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

Notices

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

References

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