bubbletea/tty_unix.go

8 lines
194 B
Go
Raw Normal View History

// +build darwin dragonfly freebsd linux netbsd openbsd solaris
package tea
2020-10-13 12:52:30 -04:00
// enableAnsiColors is only needed for Windows, so for other systems this is
// a no-op.
func enableAnsiColors() {}