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.160 by root, Wed Jan 4 05:35:34 2006 UTC vs.
Revision 1.161 by root, Wed Jan 4 20:43:38 2006 UTC

1026 i = atoi (color); 1026 i = atoi (color);
1027 1027
1028 if (i >= 8 && i <= 15) 1028 if (i >= 8 && i <= 15)
1029 { /* bright colors */ 1029 { /* bright colors */
1030 i -= 8; 1030 i -= 8;
1031# ifndef NO_BRIGHTCOLOR
1032 pix_colors_focused[idx] = pix_colors_focused[minBrightCOLOR + i]; 1031 pix_colors_focused[idx] = pix_colors_focused[minBrightCOLOR + i];
1033 SET_PIXCOLOR (idx); 1032 SET_PIXCOLOR (idx);
1034 goto done; 1033 goto done;
1035# endif
1036 } 1034 }
1037 1035
1038 if (i >= 0 && i <= 7) 1036 if (i >= 0 && i <= 7)
1039 { /* normal colors */ 1037 { /* normal colors */
1040 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