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.454 by sf-exg, Sun Jan 18 13:08:46 2015 UTC vs.
Revision 1.455 by sf-exg, Wed Sep 30 12:57:04 2015 UTC

1011 } 1011 }
1012 else if (screen.cur.row > 0 1012 else if (screen.cur.row > 0
1013 && ROW(screen.cur.row - 1).is_longer ()) 1013 && ROW(screen.cur.row - 1).is_longer ())
1014 { 1014 {
1015 linep = &ROW(screen.cur.row - 1); 1015 linep = &ROW(screen.cur.row - 1);
1016 tp = line->t + ncol - 1; 1016 tp = linep->t + ncol - 1;
1017 rp = line->r + ncol - 1; 1017 rp = linep->r + ncol - 1;
1018 } 1018 }
1019 else 1019 else
1020 continue; 1020 continue;
1021 1021
1022 linep->touch (); 1022 linep->touch ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines