panel_update(3X)
NAME
panel_update, update_panels − panels virtual screen refresh routine
SYNOPSIS
#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(3X)) to refresh the physical screen.
NOTES
The header <panel.h> automatically includes the header <curses.h>.
SEE ALSO
curs_refresh(3X), curses(3X), panels(3X)
SunOS 5.1/SPARC — Last change: 3 Jul 1990