]> git.cameronkatri.com Git - mandoc.git/commitdiff
Cd breaks line properly. VERSION_1_3_15
authorKristaps Dzonsons <kristaps@bsd.lv>
Sun, 1 Mar 2009 23:27:14 +0000 (23:27 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Sun, 1 Mar 2009 23:27:14 +0000 (23:27 +0000)
term.c

diff --git a/term.c b/term.c
index 5e64262058a4cbf4edbe0e414bd28f6165ab22d7..2f10c0a53dcc6b5bfd21fdc810dc683e7e137d02 100644 (file)
--- 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);
 }