2024-08-04 11:06:58 +02:00

8 lines
146 B
Go

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