=================================================================== RCS file: /cvs/mandoc/term.c,v retrieving revision 1.275 retrieving revision 1.276 diff -u -p -r1.275 -r1.276 --- mandoc/term.c 2018/08/16 13:54:06 1.275 +++ mandoc/term.c 2018/10/25 01:32:41 1.276 @@ -1,4 +1,4 @@ -/* $Id: term.c,v 1.275 2018/08/16 13:54:06 schwarze Exp $ */ +/* $Id: term.c,v 1.276 2018/10/25 01:32:41 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2018 Ingo Schwarze @@ -510,6 +510,7 @@ term_word(struct termp *p, const char *word) term_fontrepl(p, TERMFONT_BI); continue; case ESCAPE_FONT: + case ESCAPE_FONTCW: case ESCAPE_FONTROMAN: term_fontrepl(p, TERMFONT_NONE); continue;