ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/command.C
(Generate patch)

Comparing rxvt-unicode/src/command.C (file contents):
Revision 1.401 by ayin, Tue Jan 29 13:57:23 2008 UTC vs.
Revision 1.402 by ayin, Fri Feb 1 14:13:52 2008 UTC

1090 1090
1091#ifndef NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1091#ifndef NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING
1092void 1092void
1093rxvt_term::cont_scroll_cb (ev::timer &w, int revents) 1093rxvt_term::cont_scroll_cb (ev::timer &w, int revents)
1094{ 1094{
1095 if ((scrollbar_isUp () || scrollbar_isDn ()) 1095 if ((scrollBar.state == STATE_UP || scrollBar.state == STATE_DOWN)
1096 && scr_page (scrollbar_isUp () ? UP : DN, 1)) 1096 && scr_page (scrollBar.state == STATE_UP ? UP : DN, 1))
1097 { 1097 {
1098 want_refresh = 1; 1098 want_refresh = 1;
1099 refresh_check (); 1099 refresh_check ();
1100 } 1100 }
1101 else 1101 else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines