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

Comparing cvsroot/rxvt-unicode/src/rxvt.h (file contents):
Revision 1.449 by sf-exg, Tue Oct 4 08:07:57 2011 UTC vs.
Revision 1.450 by sf-exg, Wed Nov 2 12:43:50 2011 UTC

1463#ifndef NO_BRIGHTCOLOR 1463#ifndef NO_BRIGHTCOLOR
1464 if (r & RS_Bold 1464 if (r & RS_Bold
1465# if ENABLE_STYLES 1465# if ENABLE_STYLES
1466 && option (Opt_intensityStyles) 1466 && option (Opt_intensityStyles)
1467# endif 1467# endif
1468 && IN_RANGE_INC (base, minCOLOR, minBrightCOLOR)) 1468 && IN_RANGE_EXC (base, minCOLOR, minBrightCOLOR))
1469 base += minBrightCOLOR - minCOLOR; 1469 base += minBrightCOLOR - minCOLOR;
1470#endif 1470#endif
1471 return base; 1471 return base;
1472 } 1472 }
1473 1473
1477#ifndef NO_BRIGHTCOLOR 1477#ifndef NO_BRIGHTCOLOR
1478 if (r & RS_Blink 1478 if (r & RS_Blink
1479# if ENABLE_STYLES 1479# if ENABLE_STYLES
1480 && option (Opt_intensityStyles) 1480 && option (Opt_intensityStyles)
1481# endif 1481# endif
1482 && IN_RANGE_INC (base, minCOLOR, minBrightCOLOR)) 1482 && IN_RANGE_EXC (base, minCOLOR, minBrightCOLOR))
1483 base += minBrightCOLOR - minCOLOR; 1483 base += minBrightCOLOR - minCOLOR;
1484#endif 1484#endif
1485 return base; 1485 return base;
1486 } 1486 }
1487 1487

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines