ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/main.C
(Generate patch)

Comparing rxvt-unicode/src/main.C (file contents):
Revision 1.159 by root, Wed Jan 4 04:42:45 2006 UTC vs.
Revision 1.161 by root, Wed Jan 4 20:43:38 2006 UTC

487 if (OPTION (Opt_scrollBar)) 487 if (OPTION (Opt_scrollBar))
488 scrollBar.setIdle (); /* set existence for size calculations */ 488 scrollBar.setIdle (); /* set existence for size calculations */
489#endif 489#endif
490 490
491#if ENABLE_PERL 491#if ENABLE_PERL
492 if (rs[Rs_perl_ext] && *rs[Rs_perl_ext]) 492 if ((rs[Rs_perl_ext_1] && *rs[Rs_perl_ext_1])
493 || (rs[Rs_perl_ext_2] && *rs[Rs_perl_ext_2])
494 || (rs[Rs_perl_eval] && *rs[Rs_perl_eval]))
493 { 495 {
494 rxvt_perl.init (); 496 rxvt_perl.init ();
495 PERL_INVOKE ((this, HOOK_INIT, DT_END)); 497 PERL_INVOKE ((this, HOOK_INIT, DT_END));
496 } 498 }
497#endif 499#endif
1024 i = atoi (color); 1026 i = atoi (color);
1025 1027
1026 if (i >= 8 && i <= 15) 1028 if (i >= 8 && i <= 15)
1027 { /* bright colors */ 1029 { /* bright colors */
1028 i -= 8; 1030 i -= 8;
1029# ifndef NO_BRIGHTCOLOR
1030 pix_colors_focused[idx] = pix_colors_focused[minBrightCOLOR + i]; 1031 pix_colors_focused[idx] = pix_colors_focused[minBrightCOLOR + i];
1031 SET_PIXCOLOR (idx); 1032 SET_PIXCOLOR (idx);
1032 goto done; 1033 goto done;
1033# endif
1034 } 1034 }
1035 1035
1036 if (i >= 0 && i <= 7) 1036 if (i >= 0 && i <= 7)
1037 { /* normal colors */ 1037 { /* normal colors */
1038 pix_colors_focused[idx] = pix_colors_focused[minCOLOR + i]; 1038 pix_colors_focused[idx] = pix_colors_focused[minCOLOR + i];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines