--- rxvt-unicode/src/screen.C 2011/07/10 00:40:10 1.392 +++ rxvt-unicode/src/screen.C 2011/11/01 00:04:46 1.395 @@ -767,7 +767,6 @@ l.is_longer (0); l.touch (); } - } return count; @@ -2566,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); } @@ -2720,7 +2719,7 @@ || (check_more == 4 /* screen width change */ && (selection.beg.row != selection.end.row || selection.end.col > ncol))) - CLEAR_SELECTION (); + CLEAR_ALL_SELECTION (); } /* ------------------------------------------------------------------------- */