- fixed typo in urxvt::GET_CUSTOM, causing the result to be wrong.
(patch by Sergey Vlasov).
- unbundled iom perl interface somewhat.
+ - scrollbar-xterm now uses the selected scrollColor instead of fg
+ (found by Aiviru).
8.1 Thu Dec 7 22:27:25 CET 2006
- ケリスマスプレゼント - zomg!!1, it's too early!!!
-/*--------------------------------*-C-*---------------------------------*
+/*----------------------------------------------------------------------*
* File: scrollbar-xterm.C
*----------------------------------------------------------------------*
*
rxvt_fatal ("can't create bitmap\n");
gcvalue.fill_style = FillOpaqueStippled;
- gcvalue.foreground = pix_colors_focused[Color_fg];
+ gcvalue.foreground = pix_colors_focused[Color_scroll];
gcvalue.background = pix_colors_focused[Color_bg];
xscrollbarGC = XCreateGC (dpy, scrollBar.win,