mflow: flowed: reevaluate termination after line break.

pull/77/head
Leah Neukirchen 7 years ago
parent 5131b4305f
commit c1fcb246bb

@ -79,6 +79,7 @@ flowed(int quotes, char *line, ssize_t linelen)
eow - line < maxcolumn) {
putchar('\n');
column = 0;
done = 0;
if (*line == ' ') {
line++;
linelen--;

Loading…
Cancel
Save