panel_update(3curses) panel_update(3curses)
NAME
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)
Copyright 1994 Novell, Inc. Page 1