From 77cb4c746cb1f605faa4b563da216a44b380a6ab Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 1 Mar 2009 23:27:14 +0000 Subject: [PATCH] Cd breaks line properly. --- term.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); } -- 2.47.1