vcom/vendor/github.com/charmbracelet/lipgloss/ansi_unix.go
2026-04-23 00:21:36 +03:00

7 lines
146 B
Go

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