summaryrefslogtreecommitdiffstats
path: root/urpm/msg.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm/msg.pm')
-rw-r--r--urpm/msg.pm5
1 files changed, 4 insertions, 1 deletions
diff --git a/urpm/msg.pm b/urpm/msg.pm
index 50910b90..c1d7a09a 100644
--- a/urpm/msg.pm
+++ b/urpm/msg.pm
@@ -79,10 +79,13 @@ sub H {
"Error" => 'red',
"Warning" => 'bright_yellow',
"Arg" => 'cyan',
+ "Question" => 'cyan',
+ "Action" => 'cyan',
"Package" => 'bold white',
"Highlight" => 'bright_yellow',
"Progress" => 'blue',
- "Success" => 'bright_green'
+ "Success" => 'bright_green',
+ "Test" => 'bright_green'
);
my $output = color($colors{$label}) . $istring . color('reset');
return $output;