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.469 by root, Mon Aug 8 10:09:34 2022 UTC vs.
Revision 1.470 by root, Mon Aug 8 10:09:49 2022 UTC

386 386
387 qline->l = llen ? MOD (llen - 1, ncol) + 1 : 0; 387 qline->l = llen ? MOD (llen - 1, ncol) + 1 : 0;
388 qline->is_longer (0); 388 qline->is_longer (0);
389 scr_blank_line (*qline, qline->l, ncol - qline->l, DEFAULT_RSTYLE); 389 scr_blank_line (*qline, qline->l, ncol - qline->l, DEFAULT_RSTYLE);
390 } 390 }
391 while (p != pend); 391 while (p != pend && q > 0);
392 392
393 term_start = total_rows - nrow; 393 term_start = total_rows - nrow;
394 top_row = q - term_start; 394 top_row = q - term_start;
395 395
396 // make sure all terminal lines exist 396 // make sure all terminal lines exist

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines