diff --git a/main.go b/main.go index d2857b0..e75b980 100644 --- a/main.go +++ b/main.go @@ -278,7 +278,7 @@ func flagParser() { // Windows terminal does not have color encoding // so let's make sure windows users are happy - if os.Getenv("TERM") == "" && !*png && *format != "" && *freeStyle != "" { + if os.Getenv("TERM") == "" && !*png && *format == "" && *freeStyle == "" { *switches[11] = true } }