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.204 by root, Wed Jul 13 02:47:02 2005 UTC vs.
Revision 1.205 by root, Wed Jul 13 03:11:51 2005 UTC

2657 2657
2658 *str++ = ch; 2658 *str++ = ch;
2659 2659
2660 if (ch == C0_LF || str >= eol) 2660 if (ch == C0_LF || str >= eol)
2661 { 2661 {
2662 if (ch == C0_LF)
2662 nlines++; 2663 nlines++;
2664
2663 refresh_count++; 2665 refresh_count++;
2664 2666
2665 if (!(options & Opt_jumpScroll) 2667 if (!(options & Opt_jumpScroll)
2666 || (refresh_count >= refresh_limit * (TermWin.nrow - 1))) 2668 || (refresh_count >= refresh_limit * (TermWin.nrow - 1)))
2667 { 2669 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines