man.bsd.lv manual page server

Manual Page Search Parameters

UPDATE_PANELS(3) Library Functions Manual UPDATE_PANELS(3)

update_panelsupdate terminal display

library “libpanel”

#include <panel.h>

void
update_panels(void);

The () 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 ().

Finally, call the curses function doupdate(3) to update the terminal display.

doupdate(3), panel(3)

October 28, 2015 NetBSD-9.2