mirror of
https://github.com/systemd/systemd.git
synced 2025-01-27 18:04:05 +03:00
systemctl: fix visual alignment for lines prefixed with color dots
This commit is contained in:
parent
154034270c
commit
b7bbdabeb4
Notes:
Zbigniew Jędrzejewski-Szmek
2014-07-16 15:51:15 -04:00
Backport: bugfix
@ -456,7 +456,7 @@ static int output_units_list(const UnitInfo *unit_infos, unsigned c) {
|
||||
}
|
||||
|
||||
if (circle_len > 0)
|
||||
printf("%s%s%s", on_circle, circle ? draw_special_char(DRAW_BLACK_CIRCLE) : " ", off_circle);
|
||||
printf("%s%s%s ", on_circle, circle ? draw_special_char(DRAW_BLACK_CIRCLE) : " ", off_circle);
|
||||
|
||||
printf("%s%-*s%s %s%-*s%s %s%-*s %-*s%s %-*s",
|
||||
on_active, id_len, id, off_active,
|
||||
|
Loading…
x
Reference in New Issue
Block a user