summaryrefslogtreecommitdiffstatshomepage
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
commit77cb4c746cb1f605faa4b563da216a44b380a6ab (patch)
tree0a5f064b8390db3e609d8f4f60962d80c7ae36bb
parentb062567fbd5595260eb8d71cdf395d040bc1f3d3 (diff)
downloadmandoc-77cb4c746cb1f605faa4b563da216a44b380a6ab.tar.gz
mandoc-77cb4c746cb1f605faa4b563da216a44b380a6ab.tar.zst
mandoc-77cb4c746cb1f605faa4b563da216a44b380a6ab.zip
Cd breaks line properly.VERSION_1_3_15
-rw-r--r--term.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/term.c b/term.c
index 5e642620..2f10c0a5 100644
--- a/term.c
+++ b/term.c
@@ -1,4 +1,4 @@
-/* $Id: term.c,v 1.32 2009/03/01 23:14:15 kristaps Exp $ */
+/* $Id: term.c,v 1.33 2009/03/01 23:27:14 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -1292,6 +1292,7 @@ termp_cd_pre(DECL_ARGS)
{
TERMPAIR_SETFLAG(p, pair, ttypes[TTYPE_CONFIG]);
+ newln(p);
return(1);
}