SVN: toys/rsget.pl/RSGet/Line.pm

sparky sparky at pld-linux.org
Wed Dec 22 13:33:18 CET 2010


Author: sparky
Date: Wed Dec 22 13:33:18 2010
New Revision: 12021

Modified:
   toys/rsget.pl/RSGet/Line.pm
Log:
- unify "Current date" color


Modified: toys/rsget.pl/RSGet/Line.pm
==============================================================================
--- toys/rsget.pl/RSGet/Line.pm	(original)
+++ toys/rsget.pl/RSGet/Line.pm	Wed Dec 22 13:33:18 2010
@@ -73,7 +73,7 @@
 	if ( $last_day != $l[3] ) {
 		$last_day = $l[3];
 		my $date = sprintf "[Current date: %d-%.2d-%.2d]", $l[5] + 1900, $l[4] + 1, $l[3];
-		push @print, "\r" . color_term( "bold" ) . $date . $endcolor . "\033[J\n";
+		push @print, "\r" . color_term( "gray" ) . $date . $endcolor . "\033[J\n";
 		push @newdead, [ $date, "gray" ];
 	}
 


More information about the pld-cvs-commit mailing list