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.329 by root, Sat Dec 26 10:24:04 2009 UTC vs.
Revision 1.330 by root, Tue Dec 29 04:18:10 2009 UTC

1961 row_start = view_start; 1961 row_start = view_start;
1962 } 1962 }
1963 1963
1964 wctomb (0, 0); 1964 wctomb (0, 0);
1965 1965
1966 for (int r1 = 0; r1 < nrows; r1++) 1966 for (int r1 = row_start; r1 < row_start + nrows; r1++)
1967 { 1967 {
1968 text_t *tp = ROW(r1).t; 1968 text_t *tp = ROW(r1).t;
1969 int len = ROW(r1).l; 1969 int len = ROW(r1).l;
1970 1970
1971 for (int i = len >= 0 ? len : ncol - 1; i--; ) //TODO//FIXME//LEN 1971 for (int i = len >= 0 ? len : ncol - 1; i--; ) //TODO//FIXME//LEN

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines