--- rxvt-unicode/src/scrollbar-plain.C 2008/02/19 13:01:33 1.25 +++ rxvt-unicode/src/scrollbar-plain.C 2011/02/21 07:41:04 1.27 @@ -4,7 +4,7 @@ * * Copyright (c) 1997,1998 mj olesen * Copyright (c) 1999-2001 Geoff Wing - * Copyright (c) 2004-2006 Marc Lehmann + * Copyright (c) 2004-2006 Marc Lehmann * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -62,7 +62,7 @@ /* scrollbar slider */ XFillRectangle (term->dpy, win, pscrollbarGC, - 1 - xsb, top, sbwidth, len); + 1 - xsb, top, sbwidth, bot - top); return 1; }