goext/termext/osutil_darwin.go

6 lines
58 B
Go
Raw Normal View History

2022-10-27 16:48:26 +02:00
package termext
func enableColor() bool {
return true
}