aboutsummaryrefslogtreecommitdiff
path: root/core/mdv.c
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2023-02-15 16:11:41 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2023-02-15 16:11:41 +0100
commit0d9c643920a9431870983c896fb0b45d87d88afe (patch)
tree000a21e09b9b250a063f9e5978d107c18a69fedf /core/mdv.c
parent4cfe5dae83beda78ed56baf5ec0a63de1eb6022e (diff)
mdv - push ' ' on newline
Diffstat (limited to 'core/mdv.c')
-rw-r--r--core/mdv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/mdv.c b/core/mdv.c
index c4e0f99..33a4184 100644
--- a/core/mdv.c
+++ b/core/mdv.c
@@ -167,6 +167,7 @@ void show_paragraph()
break;
last_was_newline = 1;
+ putchar(' ');
} else {
last_was_newline = 0;
if (width == MAX_WIDTH) {