lipgloss/ansi_unix.go
Ayman Bagabas 53cea0dc5e
refactor!: abstract away isatty from renderer
And export both EnvColorProfile and EnableLegacyWindowsANSI
2024-04-29 13:54:07 -04:00

10 lines
167 B
Go

//go:build !windows
// +build !windows
package lipgloss
import "os"
// EnableLegacyWindowsANSI is only needed on Windows.
func EnableLegacyWindowsANSI(*os.File) {}