Home
last modified time | relevance | path

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

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