=================================================================== RCS file: /cvs/mandoc/mdoc_term.c,v retrieving revision 1.110 retrieving revision 1.111 diff -u -p -r1.110 -r1.111 --- mandoc/mdoc_term.c 2010/01/30 08:42:21 1.110 +++ mandoc/mdoc_term.c 2010/03/23 12:42:22 1.111 @@ -1,4 +1,4 @@ -/* $Id: mdoc_term.c,v 1.110 2010/01/30 08:42:21 kristaps Exp $ */ +/* $Id: mdoc_term.c,v 1.111 2010/03/23 12:42:22 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -269,6 +269,9 @@ terminal_mdoc(void *arg, const struct mdoc *mdoc) struct termp *p; p = (struct termp *)arg; + + p->overstep = 0; + p->maxrmargin = 78; if (NULL == p->symtab) switch (p->enc) {