mirror of
https://github.com/mudler/luet.git
synced 2025-07-13 07:04:19 +00:00
8 lines
85 B
Go
8 lines
85 B
Go
// +build !windows
|
|
|
|
package text
|
|
|
|
func areANSICodesSupported() bool {
|
|
return true
|
|
}
|