Ejemplo n.º 1
0
// Redraw current line
func RefreshLine() {
	var x, y C.int = 0, 0
	C.rl_refresh_line(x, y)
}
Ejemplo n.º 2
0
// RefreshLine refreshes a current line.
func RefreshLine() {
	C.rl_refresh_line(0, 0)
}