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.427 by sf-exg, Sat Dec 29 15:59:51 2012 UTC vs.
Revision 1.428 by sf-exg, Sun Jan 13 17:42:24 2013 UTC

390 390
391 scr_blank_screen_mem (dst, DEFAULT_RSTYLE); 391 scr_blank_screen_mem (dst, DEFAULT_RSTYLE);
392 392
393 memcpy (dst.t, src.t, sizeof (text_t) * common_col); 393 memcpy (dst.t, src.t, sizeof (text_t) * common_col);
394 memcpy (dst.r, src.r, sizeof (rend_t) * common_col); 394 memcpy (dst.r, src.r, sizeof (rend_t) * common_col);
395 dst.l = common_col;
395 } 396 }
396 397
397 for (int row = prev_nrow; row < nrow; row++) 398 for (int row = prev_nrow; row < nrow; row++)
398 scr_blank_screen_mem (row_buf [row], DEFAULT_RSTYLE); 399 scr_blank_screen_mem (row_buf [row], DEFAULT_RSTYLE);
399 400

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines