Example #1
0
func UpdatePanels() {
	C.update_panels()
}
Example #2
0
// UpdatePanels refreshes the panel stack. It must be called prior to
// using ncurses's DoUpdate()
func UpdatePanels() {
	C.update_panels()
	return
}