kubernetes/vendor/github.com/daviddengcn/go-colortext/ct_ansi.go

func isDumbTerm() bool {}

func resetColor() {}

func ansiText(fg Color, fgBright bool, bg Color, bgBright bool) string {}

func changeColor(fg Color, fgBright bool, bg Color, bgBright bool) {}