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.265 by ayin, Mon Nov 26 10:08:36 2007 UTC vs.
Revision 1.266 by ayin, Mon Nov 26 10:18:28 2007 UTC

981 i = atoi (color); 981 i = atoi (color);
982 982
983 if (i >= 8 && i <= 15) 983 if (i >= 8 && i <= 15)
984 { 984 {
985 /* bright colors */ 985 /* bright colors */
986 i -= 8;
987 pix_colors_focused[idx] = pix_colors_focused[minBrightCOLOR + i]; 986 pix_colors_focused[idx] = pix_colors_focused[minBrightCOLOR + i - 8];
988 goto done; 987 goto done;
989 } 988 }
990 989
991 if (i >= 0 && i <= 7) 990 if (i >= 0 && i <= 7)
992 { 991 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines