Files
bubbletea/tty_unix.go
2020-10-13 12:55:38 -04:00

8 lines
194 B
Go

// +build darwin dragonfly freebsd linux netbsd openbsd solaris
package tea
// enableAnsiColors is only needed for Windows, so for other systems this is
// a no-op.
func enableAnsiColors() {}