--- rxvt-unicode/src/main.C 2006/01/04 04:42:45 1.159 +++ rxvt-unicode/src/main.C 2006/01/04 20:43:38 1.161 @@ -489,7 +489,9 @@ #endif #if ENABLE_PERL - if (rs[Rs_perl_ext] && *rs[Rs_perl_ext]) + if ((rs[Rs_perl_ext_1] && *rs[Rs_perl_ext_1]) + || (rs[Rs_perl_ext_2] && *rs[Rs_perl_ext_2]) + || (rs[Rs_perl_eval] && *rs[Rs_perl_eval])) { rxvt_perl.init (); PERL_INVOKE ((this, HOOK_INIT, DT_END)); @@ -1026,11 +1028,9 @@ if (i >= 8 && i <= 15) { /* bright colors */ i -= 8; -# ifndef NO_BRIGHTCOLOR pix_colors_focused[idx] = pix_colors_focused[minBrightCOLOR + i]; SET_PIXCOLOR (idx); goto done; -# endif } if (i >= 0 && i <= 7)