1panel_update(3CURSES)      Curses Library Functions      panel_update(3CURSES)
2
3
4

NAME

6       panel_update, update_panels - panels virtual screen refresh routine
7

SYNOPSIS

9       cc [ flag ... ] file ... -lpanel  -lcurses  [ library .. ]
10       #include <panel.h>
11
12
13
14       void update_panels(void);
15
16

DESCRIPTION

18       update_panels() refreshes the virtual screen to reflect the depth rela‐
19       tionships between the panels in the deck. The user must use the  curses
20       library  call  doupdate()  (see  curs_refresh(3CURSES))  to refresh the
21       physical screen.
22

ATTRIBUTES

24       See attributes(5) for descriptions of the following attributes:
25
26
27
28
29       ┌─────────────────────────────┬─────────────────────────────┐
30       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
31       ├─────────────────────────────┼─────────────────────────────┤
32       │MT-Level                     │Unsafe                       │
33       └─────────────────────────────┴─────────────────────────────┘
34

SEE ALSO

36       curs_refresh(3CURSES), curses(3CURSES), panels(3CURSES), attributes(5)
37

NOTES

39       The header <panel.h> automatically includes the header <curses.h>.
40
41
42
43SunOS 5.11                        31 Dec 1996            panel_update(3CURSES)
Impressum