It appears that troughColor (whether set via a resource or computed
automatically) is ignored.  Actually, I think the scrollbar trough is
being drawn in the correct color, but it's later overwritten with the
border color.

Using the 9.15 code, I changed one XSetWindowBackground call in screen.C
from this:

        XSetWindowBackground (dpy, scrollBar.win, pix_colors[Color_border]);

to this:

        XSetWindowBackground (dpy, scrollBar.win, pix_colors[Color_trough]);

and that fixed the problem.  I'm not at all familiar with the code, so I
suspect that's not the correct fix -- I'm just mentioning it in case it
helps track down the problem.

It looks like this started in version 9.0.  Version 8.9 works correctly.

Thanks for taking a look at this.

- Derek


_______________________________________________
rxvt-unicode mailing list
[email protected]
http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode

Reply via email to