--- rxvt-unicode/src/scrollbar.C 2012/10/02 10:29:12 1.76 +++ rxvt-unicode/src/scrollbar.C 2012/10/02 14:47:31 1.77 @@ -273,7 +273,7 @@ if (style == SB_STYLE_RXVT) { beg = (width + 1) + shadow; - end = term->szHint.height - beg - (2 * shadow); + end = term->szHint.height - beg; update = &scrollBar_t::show_rxvt; } #endif