summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--term.c1
1 files changed, 1 insertions, 0 deletions
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);
}