Commit Diff
- Commit:
b0266e30b490378eb3f3880d63042a3f8af33ca5
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Wed Nov 2 19:49:41 2022 UTC
- Message:
- account for the prefix width when wrapping lines
--- u/wrap.c +++ u/wrap.c @@ -149,7 +149,7 @@ wrap_text(struct buffer *buffer, const char *prfx, str flags = L_CONTINUATION; start = off; - cur = t; + cur = t + prfxwidth; } if (off != start)