mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 11:09:17 -07:00
10 lines
218 B
Go
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(w io.Writer) {}
|