Home
last modified time | relevance | path

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

/build/soong/ui/terminal/
Dsmart_status.go382 var ansi = ansiImpl{}
384 type ansiImpl struct{} struct
386 func (ansiImpl) clearToEndOfLine() string { argument
390 func (ansiImpl) setCursor(row, column int) string { argument
395 func (ansiImpl) setScrollingMargins(top, bottom int) string { argument
400 func (ansiImpl) resetScrollingMargins() string { argument
405 func (ansiImpl) red() string { argument
409 func (ansiImpl) yellow() string { argument
413 func (ansiImpl) bold() string { argument
417 func (ansiImpl) regular() string { argument
[all …]