=================================================================== RCS file: /cvs/mandoc/term.c,v retrieving revision 1.126 retrieving revision 1.127 diff -u -p -r1.126 -r1.127 --- mandoc/term.c 2009/11/12 05:58:30 1.126 +++ mandoc/term.c 2009/11/12 08:21:06 1.127 @@ -1,4 +1,4 @@ -/* $Id: term.c,v 1.126 2009/11/12 05:58:30 kristaps Exp $ */ +/* $Id: term.c,v 1.127 2009/11/12 08:21:06 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -487,7 +487,10 @@ term_word(struct termp *p, const char *word) default: break; } + word += sz; + if (DECO_NOSPACE == deco && '\0' == *word) + p->flags |= TERMP_NOSPACE; } if (sv[0] && 0 == sv[1])