Author: arekm Date: Thu Feb 19 21:03:34 2009 New Revision: 10132 Modified: rc-scripts/trunk/rc.d/init.d/functions Log: - 15 seems to be normal color on 16 and 256 color consoles
Modified: rc-scripts/trunk/rc.d/init.d/functions ============================================================================== --- rc-scripts/trunk/rc.d/init.d/functions (original) +++ rc-scripts/trunk/rc.d/init.d/functions Thu Feb 19 21:03:34 2009 @@ -37,7 +37,7 @@ MAGENTA=5 CYAN=6 WHITE=7 -NORMAL=9 +NORMAL=15 # Bold definition (second parameter to termput setaf) BOLD=1 NOBOLD=0 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
