mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
path tool: add some basic ansi highlighing
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user