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.199 by root, Tue Dec 27 01:46:06 2005 UTC vs.
Revision 1.200 by root, Tue Dec 27 01:54:08 2005 UTC

2894#endif 2894#endif
2895 end_col = ROW(row).is_longer () ? ncol : ROW(row).l; //TODO//FIXME//LEN 2895 end_col = ROW(row).is_longer () ? ncol : ROW(row).l; //TODO//FIXME//LEN
2896 2896
2897 col = max (col, 0); 2897 col = max (col, 0);
2898 2898
2899 if (row == selection.end.row || selection.rect) 2899 if (row == selection.end.row
2900#if ENABLE_FRILLS
2901 || selection.rect
2902#endif
2903 )
2900 min_it (end_col, selection.end.col); 2904 min_it (end_col, selection.end.col);
2901 2905
2902 t = ROW(row).t + col; 2906 t = ROW(row).t + col;
2903 for (; col < end_col; col++) 2907 for (; col < end_col; col++)
2904 { 2908 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines