Searched defs:ansiImpl (Results 1 – 1 of 1) sorted by relevance
417 type ansiImpl struct{} struct419 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 …]