mirror of
https://github.com/systemd/systemd.git
synced 2025-03-23 10:50:16 +03:00
path tool: add some basic ansi highlighing
This commit is contained in:
parent
4bbfc9eac5
commit
17f06e97e4
@ -118,7 +118,7 @@ static int list_homes(void) {
|
||||
continue;
|
||||
}
|
||||
|
||||
printf("%s: %s\n", path_table[i], p);
|
||||
printf("%s%s:%s %s\n", ansi_highlight(), path_table[i], ansi_normal(), p);
|
||||
}
|
||||
|
||||
return r;
|
||||
|
Loading…
x
Reference in New Issue
Block a user