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.358 by sf-exg, Tue Jan 4 18:22:11 2011 UTC vs.
Revision 1.359 by sf-exg, Tue Jan 4 23:06:10 2011 UTC

3041 { 3041 {
3042#if !ENABLE_MINIMAL 3042#if !ENABLE_MINIMAL
3043 if (selection.rect) 3043 if (selection.rect)
3044 { 3044 {
3045 col = selection.beg.col; 3045 col = selection.beg.col;
3046 end_col = ncol + 1; 3046 end_col = selection.end.col;
3047 } 3047 }
3048 else 3048 else
3049#endif 3049#endif
3050 end_col = ROW(row).l; 3050 end_col = ROW(row).l;
3051 3051
3052 col = max (col, 0); 3052 col = max (col, 0);
3053 3053
3054 if (row == selection.end.row 3054 if (row == selection.end.row)
3055#if !ENABLE_MINIMAL
3056 || selection.rect
3057#endif
3058 )
3059 min_it (end_col, selection.end.col); 3055 min_it (end_col, selection.end.col);
3060 3056
3061 t = ROW(row).t + col; 3057 t = ROW(row).t + col;
3062 3058
3063 for (; col < end_col; col++) 3059 for (; col < end_col; col++)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines