mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-20 03:25:47 +00:00
demo: properly color vertbar in summary line
This commit is contained in:
parent
339185dd6f
commit
78595399a1
@ -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…
Reference in New Issue
Block a user