From 4b2b11f95d4b32c45faeaee9c4394dac48c147e0 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 7 Jul 2007 16:23:04 +0000 Subject: Now that the "white" color code really is white, alias it to bold where it's used by emerge since white looks bad on a terminal with a white background. svn path=/main/trunk/; revision=7191 --- pym/emerge/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pym') diff --git a/pym/emerge/__init__.py b/pym/emerge/__init__.py index 71f8d89cd..96026cc1c 100644 --- a/pym/emerge/__init__.py +++ b/pym/emerge/__init__.py @@ -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 -- cgit v1.2.3-1-g7c22