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.330 by root, Mon Jun 18 12:53:25 2007 UTC vs.
Revision 1.331 by root, Mon Jun 18 13:38:12 2007 UTC

2293 2293
2294 if (!option (Opt_jumpScroll) || refresh_count >= nrow - 1) 2294 if (!option (Opt_jumpScroll) || refresh_count >= nrow - 1)
2295 { 2295 {
2296 refresh_count = 0; 2296 refresh_count = 0;
2297 2297
2298 if (!option (Opt_skipScroll) || io_manager::now () > NOW + .1) 2298 if (!option (Opt_skipScroll) || io_manager::now () > NOW + 1. / 60.)
2299 { 2299 {
2300 refreshnow = true; 2300 refreshnow = true;
2301 ch = NOCHAR; 2301 ch = NOCHAR;
2302 break; 2302 break;
2303 } 2303 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines