Now that the "white" color code really is white, alias it to bold where it's used...
authorZac Medico <zmedico@gentoo.org>
Sat, 7 Jul 2007 16:24:29 +0000 (16:24 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 7 Jul 2007 16:24:29 +0000 (16:24 -0000)
svn path=/main/branches/2.1.2/; revision=7192

bin/emerge

index 6b7283b6611e690b167766155ca1cf1f6a3a4334..c86e16c7b036c1c606517316a7bfbfe240a7223d 100755 (executable)
@@ -40,6 +40,8 @@ from output import blue, bold, colorize, darkblue, darkgreen, darkred, green, \
 from output import create_color_func
 good = create_color_func("GOOD")
 bad = create_color_func("BAD")
+# white looks bad on terminals with white background
+from output import bold as white
 
 import portage_dep
 portage_dep._dep_check_strict = True