=================================================================== RCS file: /cvs/mandoc/term.c,v retrieving revision 1.146 retrieving revision 1.147 diff -u -p -r1.146 -r1.147 --- mandoc/term.c 2010/06/08 15:00:17 1.146 +++ mandoc/term.c 2010/06/11 07:23:04 1.147 @@ -1,4 +1,4 @@ -/* $Id: term.c,v 1.146 2010/06/08 15:00:17 kristaps Exp $ */ +/* $Id: term.c,v 1.147 2010/06/11 07:23:04 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -603,10 +603,7 @@ encode(struct termp *p, const char *word, size_t sz) * character by character. */ - if (TERMTYPE_PS == p->type) { - buffera(p, word, sz); - return; - } else if (TERMFONT_NONE == (f = term_fonttop(p))) { + if (TERMFONT_NONE == (f = term_fonttop(p))) { buffera(p, word, sz); return; }