--- rxvt-unicode/src/scrollbar.C 2011/04/07 12:19:41 1.66 +++ rxvt-unicode/src/scrollbar.C 2011/08/22 17:08:52 1.67 @@ -210,7 +210,7 @@ else if (strncasecmp (scrollalign, "bottom", 6) == 0) align = R_SB_ALIGN_BOTTOM; } - last_bot = last_state = -1; + last_state = 0; /* cursor scrollBar: Black-on-White */ leftptr_cursor = XCreateFontCursor (term->dpy, XC_left_ptr); }