signature_display should also be colourized
Signed-off-by: Simon Gomizelj <simongmzlj@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
f797749c4e
commit
38f0a7d462
1 changed files with 1 additions and 1 deletions
|
@ -689,7 +689,7 @@ void signature_display(const char *title, alpm_siglist_t *siglist,
|
||||||
|
|
||||||
if(title) {
|
if(title) {
|
||||||
len = (unsigned short)string_length(title) + 1;
|
len = (unsigned short)string_length(title) + 1;
|
||||||
printf("%s ", title);
|
printf("%s%s%s ", config->colstr.title, title, config->colstr.nocolor);
|
||||||
}
|
}
|
||||||
if(siglist->count == 0) {
|
if(siglist->count == 0) {
|
||||||
printf(_("None"));
|
printf(_("None"));
|
||||||
|
|
Loading…
Add table
Reference in a new issue