예제 #1
0
파일: panel.go 프로젝트: zozor/gocurse
func UpdatePanels() {
	C.update_panels()
}
예제 #2
0
파일: panel.go 프로젝트: trotha01/goncurses
// UpdatePanels refreshes the panel stack. It must be called prior to
// using ncurses's DoUpdate()
func UpdatePanels() {
	C.update_panels()
	return
}