summaryrefslogtreecommitdiffstats
path: root/urpm
diff options
context:
space:
mode:
authorMaat <maat-pub@mageia.biz>2021-03-31 21:25:21 +0200
committerMaat <maat-pub@mageia.biz>2021-03-31 21:25:21 +0200
commitccf672320a1217068b6edc8419971476bb14c494 (patch)
tree8454d0a4b76533506af9ec778a5d9866e3dba051 /urpm
parentca6342849702e0ba88f5cef5916d52f406c2ffd0 (diff)
downloadurpmi-ccf672320a1217068b6edc8419971476bb14c494.tar
urpmi-ccf672320a1217068b6edc8419971476bb14c494.tar.gz
urpmi-ccf672320a1217068b6edc8419971476bb14c494.tar.bz2
urpmi-ccf672320a1217068b6edc8419971476bb14c494.tar.xz
urpmi-ccf672320a1217068b6edc8419971476bb14c494.zip
More color output to urpmi
Diffstat (limited to 'urpm')
-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;