added more supported GOOS

This commit is contained in:
2022-10-29 15:44:51 +02:00
parent 85b6d17df0
commit 93be4f9fdd
3 changed files with 15 additions and 0 deletions

View File

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