Curses Library Functions panelupdate(3CURSES)
NAME
panelupdate, updatepanels - panels virtual screen refresh
routine
SYNOPSIS
cc [ flag ... ] file ... -lpanel -lcurses [ library .. ]
#include
void updatepanels(void);
DESCRIPTION
updatepanels() 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
cursrefresh(3CURSES)) to refresh the physical screen.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
MT-Level Unsafe
SEE ALSO
cursrefresh(3CURSES), curses(3CURSES), panels(3CURSES),
attributes(5)
NOTES
The header automatically includes the header
.
SunOS 5.11 Last change: 31 Dec 1996 1
|