commit 55b0b0368a5ff57aee3778d816a2bd2a2d6a745d from: Omar Polo date: Fri Jul 16 13:46:44 2021 UTC typo commit - 6ca7e1b63ef5aef1042589144639a5fa5ee64c1e commit + 55b0b0368a5ff57aee3778d816a2bd2a2d6a745d blob - ab42fbf08a36fff38c3a2153816035d5458afbf5 blob + 08460bc25e426808b344b2f25e6ba4a1d0646073 --- ui.c +++ ui.c @@ -482,7 +482,7 @@ line_prefix_and_text(struct vline *vl, char *buf, size cont = vl->flags & L_CONTINUATION; type = vl->parent->type; - if (cont) + if (!cont) *prfx_ret = line_prefixes[type].prfx1; else *prfx_ret = line_prefixes[type].prfx2;