8 lines
146 B
Go
8 lines
146 B
Go
//go:build !windows
|
|
// +build !windows
|
|
|
|
package lipgloss
|
|
|
|
// enableLegacyWindowsANSI is only needed on Windows.
|
|
func enableLegacyWindowsANSI() {}
|