Home
last modified time | relevance | path

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

/build/soong/ui/terminal/
Dsmart_status.go417 type ansiImpl struct{} struct
419 func (ansiImpl) clearToEndOfLine() string {
423 func (ansiImpl) setCursor(row, column int) string {
428 func (ansiImpl) setScrollingMargins(top, bottom int) string {
433 func (ansiImpl) resetScrollingMargins() string {
438 func (ansiImpl) red() string {
442 func (ansiImpl) yellow() string {
446 func (ansiImpl) bold() string {
450 func (ansiImpl) regular() string {
454 func (ansiImpl) showCursor() string {
[all …]