demo: properly color vertbar in summary line

pull/384/head
nick black 5 years ago
parent 339185dd6f
commit 78595399a1
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -353,7 +353,8 @@ summary_table(struct ncdirect* nc, const char* spec){
bprefix(totalbytes, 1, totalbuf, 0);
qprefix(totalrenderns, GIG, rtimebuf, 0);
table_segment(nc, "", "══╧═════════╪════════╪═══════╪═════════╪═════════╪═══╪═══════╪═══════╝\n");
table_printf(nc, "", " │%*ss", PREFIXSTRLEN, timebuf);
printf("");
table_printf(nc, "", "%*ss", PREFIXSTRLEN, timebuf);
table_printf(nc, "", "%7lu", totalframes);
table_printf(nc, "", "%*s", BPREFIXSTRLEN, totalbuf);
table_printf(nc, "", " %*ss", PREFIXSTRLEN, rtimebuf);

Loading…
Cancel
Save