X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/67a3b6c851566d68fb74eccb2b33cb3de56b314d..77cb4c746cb1f605faa4b563da216a44b380a6ab:/term.c?ds=inline 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); }