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.304 by ayin, Tue Feb 19 10:47:03 2008 UTC vs.
Revision 1.305 by ayin, Thu Feb 21 10:30:24 2008 UTC

2585{ 2585{
2586 int row, wrote; 2586 int row, wrote;
2587 unsigned int width, towrite; 2587 unsigned int width, towrite;
2588 char r1[] = "\n"; 2588 char r1[] = "\n";
2589 2589
2590 for (row = saveLines - nsaved; 2590 for (row = saveLines + top_row;
2591 row < saveLines + nrow - 1; row++) 2591 row < saveLines + nrow - 1; row++)
2592 { 2592 {
2593 width = row_buf[row].l >= 0 ? row_buf[row].l 2593 width = row_buf[row].l >= 0 ? row_buf[row].l
2594 : ncol; 2594 : ncol;
2595 for (towrite = width; towrite; towrite -= wrote) 2595 for (towrite = width; towrite; towrite -= wrote)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines