lipgloss/ansi_unix.go
Christian Muehlhaeuser 3e568c8b14 Add Go 1.17 build tags
2022-01-11 14:06:16 -05:00

8 lines
146 B
Go

//go:build !windows
// +build !windows
package lipgloss
// enableLegacyWindowsANSI is only needed on Windows.
func enableLegacyWindowsANSI() {}