fix GOOS=windows / GOOS=darwin builds

This commit is contained in:
2022-10-29 15:20:20 +02:00
parent 07712aa08c
commit c7924cd9ff
2 changed files with 5 additions and 0 deletions

5
termext/osutil_linux.go Normal file
View File

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