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:23:04 +0000 (16:23 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 7 Jul 2007 16:23:04 +0000 (16:23 -0000)
svn path=/main/trunk/; revision=7191

pym/emerge/__init__.py

index 71f8d89cd78b561518fb5c36515ccd1635c6cc46..96026cc1cb8b7aa8c58c8e25f67513ce7424ab65 100644 (file)
@@ -41,6 +41,8 @@ from portage.output import blue, bold, colorize, darkblue, darkgreen, darkred, g
 from portage.output import create_color_func
 good = create_color_func("GOOD")
 bad = create_color_func("BAD")
+# white looks bad on terminals with white background
+from portage.output import bold as white
 
 import portage.dep
 portage.dep._dep_check_strict = True