21
0
Fork 0

fix `GOOS=windows` / `GOOS=darwin` builds

This commit is contained in:
Mike Schwörer 2022-10-29 15:20:20 +02:00
parent 07712aa08c
commit c7924cd9ff
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF
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
}