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.219 by root, Mon Jan 9 23:00:07 2006 UTC vs.
Revision 1.220 by root, Mon Jan 9 23:18:49 2006 UTC

2498 row = -view_start; 2498 row = -view_start;
2499 } 2499 }
2500 2500
2501 for (; row < min (end_row, view_end); row++, col = 0) 2501 for (; row < min (end_row, view_end); row++, col = 0)
2502 for (rend_t *srp = ROW(row).r; col < ncol; col++) 2502 for (rend_t *srp = ROW(row).r; col < ncol; col++)
2503 srp[col] ^= RS_RVid; 2503 srp[col] ^= rstyle;
2504 2504
2505 if (row == end_row) 2505 if (row == end_row)
2506 for (rend_t *srp = ROW(row).r; col < end_col; col++) 2506 for (rend_t *srp = ROW(row).r; col < end_col; col++)
2507 srp[col] ^= RS_RVid; 2507 srp[col] ^= rstyle;
2508} 2508}
2509 2509
2510/* ------------------------------------------------------------------------- */ 2510/* ------------------------------------------------------------------------- */
2511void 2511void
2512rxvt_term::scr_reverse_selection () 2512rxvt_term::scr_reverse_selection ()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines