=================================================================== RCS file: /cvs/mandoc/term.c,v retrieving revision 1.194 retrieving revision 1.195 diff -u -p -r1.194 -r1.195 --- mandoc/term.c 2011/05/17 22:32:45 1.194 +++ mandoc/term.c 2011/05/18 23:59:08 1.195 @@ -1,4 +1,4 @@ -/* $Id: term.c,v 1.194 2011/05/17 22:32:45 kristaps Exp $ */ +/* $Id: term.c,v 1.195 2011/05/18 23:59:08 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * Copyright (c) 2010, 2011 Ingo Schwarze @@ -471,6 +471,8 @@ term_word(struct termp *p, const char *word) case (ESCAPE_FONTITALIC): term_fontrepl(p, TERMFONT_UNDER); break; + case (ESCAPE_FONT): + /* FALLTHROUGH */ case (ESCAPE_FONTROMAN): term_fontrepl(p, TERMFONT_NONE); break;