Lines Matching refs:ansiImpl
382 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
421 func (ansiImpl) showCursor() string { argument
425 func (ansiImpl) hideCursor() string { argument
429 func (ansiImpl) panDown(lines int) string { argument
433 func (ansiImpl) panUp(lines int) string { argument