pub fn update_panels()
Expand description

Refreshes the virtual screen to reflect the relations between the panels in the stack.

Does not call doupdate() to refresh the physical screen. Use this function and not wrefresh() or wnoutrefresh(). update_panels() may be called more than once before a call to doupdate(), but doupdate() is the function responsible for updating the physical screen.