diff --git a/src/common/printer.c b/src/common/printer.c index 1015fc7..4a3aa1d 100644 --- a/src/common/printer.c +++ b/src/common/printer.c @@ -637,7 +637,7 @@ bool print_cpufetch_ppc(struct cpuInfo* cpu, STYLE s, struct color** cs, struct longest_attribute = longest_attribute_length(art, attribute_fields); } - print_ascii_generic(art, longest_attribute, term->w - art->art->width, attribute_fields); + print_ascii_generic(art, longest_attribute, term->w, attribute_fields); return true; }