1
0
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:
Lennart Poettering 2023-06-26 18:55:52 +02:00
parent 4bbfc9eac5
commit 17f06e97e4

View File

@ -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;