Files
bubbletea/tty_unix.go
Carlos Alexandro Becker b2d948b53c Fixed a couple of typos
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-01-17 15:58:50 +01:00

10 lines
218 B
Go

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