aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/term.c
diff options
context:
space:
mode:
Diffstat (limited to 'term.c')
-rw-r--r--term.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/term.c b/term.c
index 4ee182e9..4ba00b1b 100644
--- a/term.c
+++ b/term.c
@@ -1,4 +1,4 @@
-/* $Id: term.c,v 1.57 2009/03/12 16:30:50 kristaps Exp $ */
+/* $Id: term.c,v 1.58 2009/03/13 07:46:10 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -1469,8 +1469,12 @@ termp_ss_pre(DECL_ARGS)
{
switch (node->type) {
+ case (MDOC_BLOCK):
+ newln(p);
+ if (node->prev)
+ vspace(p);
+ break;
case (MDOC_HEAD):
- vspace(p);
TERMPAIR_SETFLAG(p, pair, ttypes[TTYPE_SSECTION]);
p->offset = INDENT / 2;
break;