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.291 by root, Sun Jan 29 20:51:27 2006 UTC vs.
Revision 1.292 by root, Sun Jan 29 21:45:47 2006 UTC

3719 rxvt_rgba c; 3719 rxvt_rgba c;
3720 pix_colors_focused[color].get (this, c); 3720 pix_colors_focused[color].get (this, c);
3721 3721
3722#if XFT 3722#if XFT
3723 if (c.a != rxvt_rgba::MAX_CC) 3723 if (c.a != rxvt_rgba::MAX_CC)
3724 tt_printf ("\033]%d;#%04x%04x%04x%04x%c", report, c.a, c.r, c.g, c.b, resp); 3724 tt_printf ("\033]%d;rgba:%04x/%04x/%04x/%04x%c", report, c.a, c.r, c.g, c.b, resp);
3725 else 3725 else
3726#endif 3726#endif
3727 tt_printf ("\033]%d;rgb:%04x/%04x/%04x%c", report, c.r, c.g, c.b, resp); 3727 tt_printf ("\033]%d;rgb:%04x/%04x/%04x%c", report, c.r, c.g, c.b, resp);
3728 } 3728 }
3729 else 3729 else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines