Searched refs:setCursor (Results 1 – 1 of 1) sorted by relevance
197 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