summaryrefslogtreecommitdiff
path: root/bk_whlp.c
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2001-12-04 22:31:12 +0000
committerSimon Tatham <anakin@pobox.com>2001-12-04 22:31:12 +0000
commit83c420de93875d512b0fa10af57a3d335079a5b6 (patch)
treec9816861d3818ff02ddda457d15adccb0a0ff3d1 /bk_whlp.c
parent5f69ebcb18554873c58d8532bcc38c603cd135ee (diff)
downloadhalibut-83c420de93875d512b0fa10af57a3d335079a5b6.zip
halibut-83c420de93875d512b0fa10af57a3d335079a5b6.tar.gz
halibut-83c420de93875d512b0fa10af57a3d335079a5b6.tar.bz2
halibut-83c420de93875d512b0fa10af57a3d335079a5b6.tar.xz
Oops - missed out a set_font call which was bizarrely causing
strikethrough on bullets. *boggle* [originally from svn r1454]
Diffstat (limited to 'bk_whlp.c')
-rw-r--r--bk_whlp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bk_whlp.c b/bk_whlp.c
index 03b5779..d23357c 100644
--- a/bk_whlp.c
+++ b/bk_whlp.c
@@ -281,6 +281,7 @@ void whlp_backend(paragraph *sourceform, keywordlist *keywords,
whlp_para_attr(h, WHLP_PARA_FIRSTLINEINDENT, -36);
whlp_set_tabstop(h, 72, WHLP_ALIGN_LEFT);
whlp_begin_para(h, WHLP_PARA_SCROLL);
+ whlp_set_font(h, FONT_NORMAL);
if (p->type == para_Bullet) {
whlp_text(h, "\x95");
} else {