summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.go b/main.go
index c5ab1b1..113ddb2 100644
--- a/main.go
+++ b/main.go
@@ -6,6 +6,7 @@ import (
"path/filepath"
"go.wit.com/gui"
+ "go.wit.com/lib/gui/shell"
"go.wit.com/lib/debugger"
"go.wit.com/lib/gadgets"
"go.wit.com/log"
@@ -47,6 +48,7 @@ func main() {
// verify the values for the package
if args.NoGui {
+ shell.TestTerminalColor()
if cBox.buildPackage() {
log.Info("build worked")
} else {