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

Comparing rxvt-unicode/src/command.C (file contents):
Revision 1.566 by sf-exg, Sat Sep 12 14:03:35 2015 UTC vs.
Revision 1.567 by sf-exg, Sat Sep 12 19:48:26 2015 UTC

3338 rgba c; 3338 rgba c;
3339 pix_colors_focused[color].get (c); 3339 pix_colors_focused[color].get (c);
3340 3340
3341#if XFT 3341#if XFT
3342 if (c.a != rgba::MAX_CC) 3342 if (c.a != rgba::MAX_CC)
3343 tt_printf ("\033]%d;rgba:%04x/%04x/%04x/%04x%c", report, c.a, c.r, c.g, c.b, resp); 3343 tt_printf ("\033]%d;rgba:%04x/%04x/%04x/%04x%c", report, c.r, c.g, c.b, c.a, resp);
3344 else 3344 else
3345#endif 3345#endif
3346 tt_printf ("\033]%d;rgb:%04x/%04x/%04x%c", report, c.r, c.g, c.b, resp); 3346 tt_printf ("\033]%d;rgb:%04x/%04x/%04x%c", report, c.r, c.g, c.b, resp);
3347 } 3347 }
3348 else 3348 else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines