示例#1
0
文件: panel.go 项目: zozor/gocurse
func UpdatePanels() {
	C.update_panels()
}
示例#2
0
// UpdatePanels refreshes the panel stack. It must be called prior to
// using ncurses's DoUpdate()
func UpdatePanels() {
	C.update_panels()
	return
}