Commit 3ab1d787700379eb9bf25109d09701f10847112c

Parents: 67dd37eb28fb58aba941b36b223578110d3e9635

From: Moritz Poldrack <ich@moritz-poldrack.de>
Date: Tue Jun 22 10:10:47 2021 +0700

fixed another issue

		

Stats

colorsfg.go +1/-1

Changeset

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
diff --git a/colorsfg.go b/colorsfg.go
index 35541c39273c870732169e90eee423f738dff102..d7edeff70f1c6f23b2aba188ff8fb2e2ad6bc31c 100644
--- a/colorsfg.go
+++ b/colorsfg.go
@@ -149,7 +149,7 @@ 	return escape + fmt.Sprintf(fg256, color) + set
 }
 
 // UnsetColor256 resets the color
-var UnsetColor func() string = UnsetBlack
+var UnsetColor256 func() string = UnsetBlack
 
 // ColorTrue sets a RGB-Color that is set as the background color, writes the
 func ColorTrue(r, g, b int, content ...interface{}) string {