Add "reset" to the list of attributes.
authorZac Medico <zmedico@gentoo.org>
Thu, 12 Jul 2007 09:12:36 +0000 (09:12 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 12 Jul 2007 09:12:36 +0000 (09:12 -0000)
svn path=/main/trunk/; revision=7242

man/color.map.5
pym/portage/output.py

index 7a0f1b2ec63dc7dbd78d4fffc550749366debdd2..bf63bbaedeafd7c1d8befcdd149be7c45c3dcfab 100644 (file)
@@ -123,6 +123,8 @@ Defines color used for warnings.
 .B Other attributes
 .RS
 .TP
+.B reset
+.TP
 .B bold
 .TP
 .B faint
index e390b8807a8de38775b11407231766752df865e7..9f0b7950bfaa202a6493b59a332fea9aaf84478c 100644 (file)
@@ -129,7 +129,8 @@ codes["bg_lightgray"]  = esc_seq + "47m"
 
 codes["bg_darkyellow"] = codes["bg_brown"]
 
-# Colors from /sbin/functions.sh
+# Colors from /etc/init.d/functions.sh
+codes["NORMAL"]     = esc_seq + "0m"
 codes["GOOD"]       = codes["green"]
 codes["WARN"]       = codes["yellow"]
 codes["BAD"]        = codes["red"]