summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--winhelp.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/winhelp.c b/winhelp.c
index cd9df00..ffbd5cd 100644
--- a/winhelp.c
+++ b/winhelp.c
@@ -453,6 +453,12 @@ void whlp_prepare(WHLP h)
otherctx = add234(h->contexts, ctx);
} while (otherctx != ctx);
}
+
+ /*
+ * Ensure paragraph attributes are clear for the start of text
+ * output.
+ */
+ whlp_para_reset(h);
}
char *whlp_topic_id(WHLP_TOPIC topic)