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.355 by sf-exg, Sat Oct 16 11:32:53 2010 UTC vs.
Revision 1.356 by sf-exg, Tue Dec 21 10:37:42 2010 UTC

2627void 2627void
2628rxvt_term::scr_dump (int fd) NOTHROW 2628rxvt_term::scr_dump (int fd) NOTHROW
2629{ 2629{
2630 int row, wrote; 2630 int row, wrote;
2631 unsigned int width, towrite; 2631 unsigned int width, towrite;
2632 char r1[] = "\n"; 2632 const char r1[] = "\n";
2633 2633
2634 for (row = saveLines + top_row; 2634 for (row = saveLines + top_row;
2635 row < saveLines + nrow - 1; row++) 2635 row < saveLines + nrow - 1; row++)
2636 { 2636 {
2637 width = row_buf[row].l >= 0 ? row_buf[row].l 2637 width = row_buf[row].l >= 0 ? row_buf[row].l

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines