Home
last modified time | relevance | path

Searched refs:setCursor (Results 1 – 1 of 1) sorted by relevance

/build/soong/ui/terminal/
Dsmart_status.go197 fmt.Fprintf(s.writer, ansi.setCursor(height-s.tableHeight, 1))
351 fmt.Fprint(s.writer, ansi.setCursor(scrollingHeight+1+tableLine, 1))
379 fmt.Fprint(s.writer, ansi.setCursor(scrollingHeight, 1))
390 func (ansiImpl) setCursor(row, column int) string { func