diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-01 23:27:14 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-01 23:27:14 +0000 |
commit | e903ad85303a8374b9733895ec177aa5d7b558a7 (patch) | |
tree | cbd31dd13e7a313bef4982e01c682c5cba28c50c /term.c | |
parent | 4c5d37d6a6808e533db901a2543d3bee17dcdf6f (diff) | |
download | mandoc-e903ad85303a8374b9733895ec177aa5d7b558a7.tar.gz |
Cd breaks line properly.VERSION.1.3.15
Diffstat (limited to 'term.c')
-rw-r--r-- | term.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1292,6 +1292,7 @@ termp_cd_pre(DECL_ARGS) { TERMPAIR_SETFLAG(p, pair, ttypes[TTYPE_CONFIG]); + newln(p); return(1); } |