--- rxvt-unicode/src/screen.C 2011/07/10 00:40:17 1.393 +++ rxvt-unicode/src/screen.C 2011/11/01 00:04:46 1.395 @@ -2565,7 +2565,7 @@ XSetWindowBackgroundPixmap (dpy, scrollBar.win, ParentRelative); else XSetWindowBackground (dpy, scrollBar.win, pix_colors[Color_border]); - scrollBar.state = STATE_IDLE; + scrollBar.state = SB_STATE_IDLE; scrollBar.show (0); } @@ -2719,7 +2719,7 @@ || (check_more == 4 /* screen width change */ && (selection.beg.row != selection.end.row || selection.end.col > ncol))) - CLEAR_SELECTION (); + CLEAR_ALL_SELECTION (); } /* ------------------------------------------------------------------------- */