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.471 by root, Mon Aug 8 10:31:51 2022 UTC vs.
Revision 1.472 by root, Mon Aug 8 10:33:14 2022 UTC

402 q--; 402 q--;
403 403
404 copy_line (row_buf [q], prev_row_buf [p]); 404 copy_line (row_buf [q], prev_row_buf [p]);
405 } 405 }
406 while (p != pend && q > 0); 406 while (p != pend && q > 0);
407
408 } 407 }
409 408
410 term_start = total_rows - nrow; 409 term_start = total_rows - nrow;
411 top_row = q - term_start; 410 top_row = q - term_start;
412 411

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines