ansi_unix.go 146 B

1234567
  1. //go:build !windows
  2. // +build !windows
  3. package lipgloss
  4. // enableLegacyWindowsANSI is only needed on Windows.
  5. func enableLegacyWindowsANSI() {}