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

Comparing rxvt-unicode/src/screen.C (file contents):
Revision 1.208 by root, Wed Jan 4 05:24:55 2006 UTC vs.
Revision 1.209 by root, Thu Jan 5 01:04:10 2006 UTC

722 last_col = ncol; 722 last_col = ncol;
723 723
724 if (nlines > 0) 724 if (nlines > 0)
725 { 725 {
726 nlines += screen.cur.row - screen.bscroll; 726 nlines += screen.cur.row - screen.bscroll;
727
727 if (nlines > 0 728 if (nlines > 0
728 && screen.tscroll == 0 729 && screen.tscroll == 0
729 && screen.bscroll == (nrow - 1)) 730 && screen.bscroll == (nrow - 1))
730 { 731 {
731 /* _at least_ this many lines need to be scrolled */ 732 /* _at least_ this many lines need to be scrolled */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines