=================================================================== RCS file: /cvs/mandoc/term.c,v retrieving revision 1.110 retrieving revision 1.111 diff -u -p -r1.110 -r1.111 --- mandoc/term.c 2009/10/24 06:19:34 1.110 +++ mandoc/term.c 2009/10/26 07:18:23 1.111 @@ -1,4 +1,4 @@ -/* $Id: term.c,v 1.110 2009/10/24 06:19:34 kristaps Exp $ */ +/* $Id: term.c,v 1.111 2009/10/26 07:18:23 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -222,14 +222,15 @@ term_flushln(struct termp *p) } vis += vsz; } + p->col = 0; + overstep = 0; if ( ! (TERMP_NOBREAK & p->flags)) { putchar('\n'); return; } - overstep = 0; if (TERMP_HANG & p->flags) { /* We need one blank after the tag. */ overstep = /* LINTED */