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