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

Comparing rxvt-unicode/src/screen.C (file contents):
Revision 1.456 by sf-exg, Tue Oct 13 08:10:43 2015 UTC vs.
Revision 1.457 by sf-exg, Tue Jun 21 12:03:56 2016 UTC

615 * Change the colour for following text 615 * Change the colour for following text
616 */ 616 */
617void 617void
618rxvt_term::scr_color (unsigned int color, int fgbg) NOTHROW 618rxvt_term::scr_color (unsigned int color, int fgbg) NOTHROW
619{ 619{
620 if (!IN_RANGE_INC (color, minCOLOR, maxTermCOLOR)) 620 if (!IN_RANGE_INC (color, minCOLOR, maxTermCOLOR24))
621 color = fgbg; 621 color = fgbg;
622 622
623 if (fgbg == Color_fg) 623 if (fgbg == Color_fg)
624 rstyle = SET_FGCOLOR (rstyle, color); 624 rstyle = SET_FGCOLOR (rstyle, color);
625 else 625 else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines