goext/termext/osutil_netbsd.go

6 lines
58 B
Go
Raw Permalink Normal View History

2022-10-29 15:44:51 +02:00
package termext
func enableColor() bool {
return true
}