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.357 by sf-exg, Tue Jan 4 17:51:05 2011 UTC vs.
Revision 1.358 by sf-exg, Tue Jan 4 18:22:11 2011 UTC

3095 3095
3096 new_selection_text[ofs++] = C0_LF; 3096 new_selection_text[ofs++] = C0_LF;
3097 } 3097 }
3098 else 3098 else
3099#endif 3099#endif
3100 if (!ROW(row).is_longer () && row != selection.end.row) 3100 if (!ROW(row).is_longer () && row != selection.end.row
3101 && (row != selection.beg.row || selection.beg.col < ncol))
3101 new_selection_text[ofs++] = C0_LF; 3102 new_selection_text[ofs++] = C0_LF;
3102 } 3103 }
3103 3104
3104 if (end_col != selection.end.col) 3105 if (end_col != selection.end.col)
3105 new_selection_text[ofs++] = C0_LF; 3106 new_selection_text[ofs++] = C0_LF;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines