Compare commits

...

1 Commits

Author SHA1 Message Date
93be4f9fdd added more supported GOOS 2022-10-29 15:44:51 +02:00
3 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
package termext
func enableColor() bool {
return true
}

5
termext/osutil_netbsd.go Normal file
View File

@@ -0,0 +1,5 @@
package termext
func enableColor() bool {
return true
}

View File

@@ -0,0 +1,5 @@
package termext
func enableColor() bool {
return true
}