From e903ad85303a8374b9733895ec177aa5d7b558a7 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 1 Mar 2009 23:27:14 +0000 Subject: Cd breaks line properly. --- term.c | 1 + 1 file changed, 1 insertion(+) (limited to 'term.c') 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); } -- cgit