--- rxvt-unicode/src/rxvtfont.C 2006/01/04 20:43:38 1.77 +++ rxvt-unicode/src/rxvtfont.C 2006/01/08 01:02:15 1.79 @@ -1,7 +1,7 @@ /*--------------------------------*-C-*---------------------------------* * File: rxvtfont.C *----------------------------------------------------------------------* - * Copyright (c) 2003-2004 Marc Lehmann + * Copyright (c) 2003-2006 Marc Lehmann * - original version. * * This program is free software; you can redistribute it and/or modify @@ -310,7 +310,7 @@ return true; if (unicode >= 0x2500 && unicode <= 0x259f && - ! OPTION_R (Opt_skipBuiltinGlyphs)) + !r->option (Opt_skipBuiltinGlyphs)) return true; if (IS_COMPOSE (unicode)) @@ -356,8 +356,7 @@ int width = text - tp; int fwidth = r->fwidth * width; - if (0x2500 <= t && t <= 0x259f && - ! OPTION_R (Opt_skipBuiltinGlyphs)) + if (0x2500 <= t && t <= 0x259f) { uint16_t offs = linedraw_offs[t - 0x2500]; uint32_t *a = linedraw_command + (offs >> 4);