mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 02:59:09 -07:00
Simplify how we enable ANSI colors on Windows
This commit is contained in:
@@ -34,6 +34,8 @@ func (p *Program) initInput() error {
|
||||
c := console.Current()
|
||||
p.console = c
|
||||
|
||||
enableAnsiColors(p.output)
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user