*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: update_panels | Section: 3 | Source: NetBSD | File: update_panels.3
UPDATE_PANELS(3) FreeBSD Library Functions Manual UPDATE_PANELS(3) NAME update_panels - update terminal display LIBRARY Z-order for curses windows (libpanel, -lpanel) SYNOPSIS #include <panel.h> void update_panels(void); DESCRIPTION The update_panels() function performs the internal processing required by the panel library to determine what changes need to be made to synchronise the curses internal screen buffer and the terminal but does not modify the terminal display. This function will internally perform the required calls to touchoverlap(3) and wnoutrefresh(3) in the correct order. You should never directly call curses functions like wnoutrefresh(3) on panel windows yourself. Remember, that stdscr is below all panels and any changes to it also require calling update_panels(). Finally, call the curses function doupdate(3) to update the terminal display. SEE ALSO doupdate(3), panel(3) FreeBSD 14.1-RELEASE-p8 October 28, 2015 FreeBSD 14.1-RELEASE-p8

Navigation Options