From: Lennart Poettering Date: Mon, 26 Jun 2023 16:55:52 +0000 (+0200) Subject: path tool: add some basic ansi highlighing X-Git-Tag: v254-rc1~84^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17f06e97e4d07448b579086b2e0217f84236d634;p=thirdparty%2Fsystemd.git path tool: add some basic ansi highlighing --- diff --git a/src/path/path.c b/src/path/path.c index f7486ec6f88..3e022a467ae 100644 --- a/src/path/path.c +++ b/src/path/path.c @@ -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;