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.391 by root, Sun Jul 10 00:39:53 2011 UTC vs.
Revision 1.392 by root, Sun Jul 10 00:40:10 2011 UTC

761 for (int row = 0; row < rows; row++) 761 for (int row = 0; row < rows; row++)
762 ROW(row1 + row) = temp_buf [row]; 762 ROW(row1 + row) = temp_buf [row];
763 763
764 // sever bottommost line 764 // sever bottommost line
765 { 765 {
766 line_t &l = ROW(row2 - 1); 766 line_t &l = ROW(row2);
767 l.is_longer (0); 767 l.is_longer (0);
768 l.touch (); 768 l.touch ();
769 } 769 }
770 770
771 } 771 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines