From: Kristaps Dzonsons Date: Sun, 1 Mar 2009 23:27:14 +0000 (+0000) Subject: Cd breaks line properly. X-Git-Tag: VERSION_1_3_15 X-Git-Url: https://git.cameronkatri.com/mandoc.git/commitdiff_plain/77cb4c746cb1f605faa4b563da216a44b380a6ab?ds=sidebyside Cd breaks line properly. --- 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 * @@ -1292,6 +1292,7 @@ termp_cd_pre(DECL_ARGS) { TERMPAIR_SETFLAG(p, pair, ttypes[TTYPE_CONFIG]); + newln(p); return(1); }