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.264 by root, Sat Nov 24 11:06:13 2007 UTC vs.
Revision 1.266 by ayin, Mon Nov 26 10:18:28 2007 UTC

979 if (isdigit (*color)) 979 if (isdigit (*color))
980 { 980 {
981 i = atoi (color); 981 i = atoi (color);
982 982
983 if (i >= 8 && i <= 15) 983 if (i >= 8 && i <= 15)
984 {
984 { /* bright colors */ 985 /* bright colors */
985 i -= 8;
986 pix_colors_focused[idx] = pix_colors_focused[minBrightCOLOR + i]; 986 pix_colors_focused[idx] = pix_colors_focused[minBrightCOLOR + i - 8];
987 goto done; 987 goto done;
988 } 988 }
989 989
990 if (i >= 0 && i <= 7) 990 if (i >= 0 && i <= 7)
991 {
991 { /* normal colors */ 992 /* normal colors */
992 pix_colors_focused[idx] = pix_colors_focused[minCOLOR + i]; 993 pix_colors_focused[idx] = pix_colors_focused[minCOLOR + i];
993 goto done; 994 goto done;
994 } 995 }
995 } 996 }
996 997
1001 * so just keep gobbling up the colormap 1002 * so just keep gobbling up the colormap
1002 */ 1003 */
1003 1004
1004 pix_colors_focused[idx] = xcol; 1005 pix_colors_focused[idx] = xcol;
1005 1006
1006 /* XSetWindowAttributes attr; */
1007 /* Cursor cursor; */
1008done: 1007done:
1009 /*TODO: handle Color_BD, scrollbar background, etc. */ 1008 /*TODO: handle Color_BD, scrollbar background, etc. */
1010 1009
1011 update_fade_color (idx); 1010 update_fade_color (idx);
1012 recolour_cursor (); 1011 recolour_cursor ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines