mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 02:59:09 -07:00
Use correct output when enabling ANSI colors on Windows (see #39)
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
package tea
|
||||
|
||||
import "io"
|
||||
|
||||
// enableAnsiColors is only needed for Windows, so for other systems this is
|
||||
// a no-op.
|
||||
func enableAnsiColors() {}
|
||||
func enableAnsiColors(w io.Writer) {}
|
||||
|
||||
Reference in New Issue
Block a user