[Go to CFHT Home Page] Man Pages
Back to Software Index  BORDER=0Manpage Top Level
    panel_update(3X) manual page Table of Contents

Name

panel_update, update_panels - panels virtual screen refresh routine

Synopsis

cc [ flag ... ] file ... -lpanel -lcurses [ library .. ]

#include <panel.h>

void update_panels(void);

MT-Level

Unsafe

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.

See Also

curs_refresh(3X) , curses(3X) , panels(3X)

Notes

The header <panel.h> automatically includes the header <curses.h>.


Table of Contents