panel_update(3curses)


panel_update: update_panels -- panels virtual screen refresh routine

Synopsis

   cc [flag . . .] file -lpanel -lcurses [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(3curses)] to refresh the physical screen.

Notices

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

References

curses(3curses), curs_refresh(3curses), panels(3curses)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.