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.341 by root, Sat Apr 17 23:05:48 2010 UTC vs.
Revision 1.342 by root, Thu Jul 1 20:02:43 2010 UTC

1338 min_it (num, nrow - row); 1338 min_it (num, nrow - row);
1339 1339
1340 // TODO: the code below does not work when view_start != 0 1340 // TODO: the code below does not work when view_start != 0
1341 // the workaround is to disable the clear and use a normal refresh 1341 // the workaround is to disable the clear and use a normal refresh
1342 // when view_start != 0. mysterious. 1342 // when view_start != 0. mysterious.
1343 if (rstyle & (RS_RVid | RS_Uline)) 1343 if (rstyle & (RS_Blink | RS_RVid | RS_Uline))
1344 ren = (rend_t) ~RS_None; 1344 ren = (rend_t) ~RS_None;
1345 else if (GET_BASEBG (rstyle) == Color_bg) 1345 else if (GET_BASEBG (rstyle) == Color_bg)
1346 { 1346 {
1347 ren = DEFAULT_RSTYLE; 1347 ren = DEFAULT_RSTYLE;
1348 1348

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines