summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-01 23:27:14 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-01 23:27:14 +0000
commite903ad85303a8374b9733895ec177aa5d7b558a7 (patch)
treecbd31dd13e7a313bef4982e01c682c5cba28c50c
parent4c5d37d6a6808e533db901a2543d3bee17dcdf6f (diff)
downloadmandoc-e903ad85303a8374b9733895ec177aa5d7b558a7.tar.gz
Cd breaks line properly.VERSION.1.3.15
-rw-r--r--term.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/term.c b/term.c
index 54f1648e..66a967b2 100644
--- a/term.c
+++ b/term.c
@@ -1292,6 +1292,7 @@ termp_cd_pre(DECL_ARGS)
{
TERMPAIR_SETFLAG(p, pair, ttypes[TTYPE_CONFIG]);
+ newln(p);
return(1);
}