X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/fb95344148cb8c3ffd77776cedee32c2661cffa1..a0fabe9e5d1cf74cb10020f34f185de90187b8e7:/term.c diff --git a/term.c b/term.c index 0f39525b..e6e3f641 100644 --- a/term.c +++ b/term.c @@ -1,4 +1,4 @@ -/* $Id: term.c,v 1.241 2014/12/24 09:58:35 schwarze Exp $ */ +/* $Id: term.c,v 1.242 2014/12/24 23:32:42 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze @@ -273,7 +273,7 @@ term_flushln(struct termp *p) } if (TERMP_HANG & p->flags) { - p->overstep = (int)(vis - maxvis + + p->overstep += (int)(p->offset + vis - p->rmargin + p->trailspace * (*p->width)(p, ' ')); /*