=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/term.c,v retrieving revision 1.101 retrieving revision 1.102 diff -u -r1.101 -r1.102 --- src/usr.bin/mandoc/term.c 2014/12/24 09:57:41 1.101 +++ src/usr.bin/mandoc/term.c 2014/12/24 23:31:59 1.102 @@ -1,4 +1,4 @@ -/* $OpenBSD: term.c,v 1.101 2014/12/24 09:57:41 schwarze Exp $ */ +/* $OpenBSD: term.c,v 1.102 2014/12/24 23:31:59 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze @@ -271,7 +271,7 @@ } if (TERMP_HANG & p->flags) { - p->overstep = (int)(vis - maxvis + + p->overstep += (int)(p->offset + vis - p->rmargin + p->trailspace * (*p->width)(p, ' ')); /*