mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09:00
pretty-print: make separator line grey
Let's deemphasize the line in the output a bit.
This commit is contained in:
@@ -289,7 +289,7 @@ void print_separator(void) {
|
||||
size_t c = columns();
|
||||
|
||||
flockfile(stdout);
|
||||
fputs_unlocked(ANSI_UNDERLINE, stdout);
|
||||
fputs_unlocked(ANSI_GREY_UNDERLINE, stdout);
|
||||
|
||||
for (size_t i = 0; i < c; i++)
|
||||
fputc_unlocked(' ', stdout);
|
||||
|
||||
Reference in New Issue
Block a user