.PM ""
'\"macro stdmacro
.if n .pH g3x.panel_update @(#)panel_update	40.3 of 12/15/89
.\" Copyright 1989 AT&T
.\" ident	"@(#)svid_ti:ti_lib/panel_update	1.3"
.nr X
.if \nX=0 .ds x} panel_update 3X "" "\&"
.if \nX=1 .ds x} panel_update 3X ""
.if \nX=2 .ds x} panel_update 3X "" "\&"
.if \nX=3 .ds x} panel_update "" "" "\&"
.TH \*(x}
.SH NAME
\f4panel_update\f2: \f4 update_panels\f1 \- \f4panels\fP virtual screen refresh routine
.SH SYNOPSIS
.nf
.ft 4
#include <panel.h>
.sp
void update_panels(void);
.ft 1
.fi
.SH DESCRIPTION
\f4update_panels\fP
refreshes the virtual screen to reflect the depth relationships between
the panels in the deck.
The user must use the curses library call \%\f4doupdate\f1
[see curs_refresh(3X)]
to refresh the physical screen.
.SH NOTES
.PP
The header file \f4<panel.h>\f1 automatically includes the header file
\f4<curses.h>\f1.
.SH SEE ALSO
.na
\f4curses\fP(3X),
\f4panels\fP(3X),
\f4curs_refresh\fP(3X).
.ad
