コード例 #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
}