From 1097ce2f2b39467364cf76cf3299cde90ca2288f Mon Sep 17 00:00:00 2001 From: "freqyxin@gmail.com" Date: Sat, 6 Feb 2021 14:14:16 -0800 Subject: [PATCH] testing colors 4 --- heartGenie.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heartGenie.go b/heartGenie.go index b7c8b6d..956fc69 100644 --- a/heartGenie.go +++ b/heartGenie.go @@ -50,7 +50,7 @@ var color = flag.Int("c", 4, "Color output") func medHeart(x int) { for i := 0; i <= 16+x; i++ { - fmt.Print("\x03", "c", color) + fmt.Print("\x03C04") switch i { default: fmt.Print(" ")