lipgloss/ansi_unix.go

8 lines
146 B
Go
Raw Normal View History

2022-01-07 11:40:54 +03:00
//go:build !windows
// +build !windows
package lipgloss
// enableLegacyWindowsANSI is only needed on Windows.
func enableLegacyWindowsANSI() {}