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.466 by root, Fri Aug 5 07:54:11 2022 UTC vs.
Revision 1.467 by root, Mon Aug 8 09:45:06 2022 UTC

332 llen += prev_ncol; 332 llen += prev_ncol;
333 } 333 }
334 334
335 int qlines = max (0, (llen - 1) / ncol) + 1; 335 int qlines = max (0, (llen - 1) / ncol) + 1;
336 336
337 // drop partial lines completely
338 if (q < qlines)
339 break;
340
337 q -= qlines; 341 q -= qlines;
338
339 // drop partial lines completely
340 if (q < 0)
341 break;
342 342
343 int lofs = 0; 343 int lofs = 0;
344 line_t *qline; 344 line_t *qline;
345 345
346 // re-assemble the full line by destination lines 346 // re-assemble the full line by destination lines

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines