Home
last modified time | relevance | path

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

/build/soong/ui/terminal/
Dsmart_status.go393 type ansiImpl struct{} struct
395 func (ansiImpl) clearToEndOfLine() string {
399 func (ansiImpl) setCursor(row, column int) string {
404 func (ansiImpl) setScrollingMargins(top, bottom int) string {
409 func (ansiImpl) resetScrollingMargins() string {
414 func (ansiImpl) red() string {
418 func (ansiImpl) yellow() string {
422 func (ansiImpl) bold() string {
426 func (ansiImpl) regular() string {
430 func (ansiImpl) showCursor() string {
[all …]