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.208 by root, Sun Dec 18 00:59:42 2005 UTC vs.
Revision 1.209 by root, Tue Dec 20 19:30:59 2005 UTC

1035{ 1035{
1036 if (mouse_slip_wheel_speed == 0 1036 if (mouse_slip_wheel_speed == 0
1037 || mouse_slip_wheel_speed < 0 ? scr_page (DN, -mouse_slip_wheel_speed) 1037 || mouse_slip_wheel_speed < 0 ? scr_page (DN, -mouse_slip_wheel_speed)
1038 : scr_page (UP, mouse_slip_wheel_speed)) 1038 : scr_page (UP, mouse_slip_wheel_speed))
1039 { 1039 {
1040 if (view_start == nscrolled || 1040 if (view_start == nsaved ||
1041 view_start == 0) 1041 view_start == 0)
1042 mouse_slip_wheel_speed = 0; 1042 mouse_slip_wheel_speed = 0;
1043 1043
1044 refresh_type |= SMOOTH_REFRESH; 1044 refresh_type |= SMOOTH_REFRESH;
1045 want_refresh = 1; 1045 want_refresh = 1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines