=================================================================== RCS file: /cvs/mandoc/term.c,v retrieving revision 1.146 retrieving revision 1.148 diff -u -p -r1.146 -r1.148 --- mandoc/term.c 2010/06/08 15:00:17 1.146 +++ mandoc/term.c 2010/06/19 20:46:28 1.148 @@ -1,6 +1,6 @@ -/* $Id: term.c,v 1.146 2010/06/08 15:00:17 kristaps Exp $ */ +/* $Id: term.c,v 1.148 2010/06/19 20:46:28 kristaps Exp $ */ /* - * Copyright (c) 2008, 2009 Kristaps Dzonsons + * Copyright (c) 2008, 2009 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -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; }