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.360 by sf-exg, Wed Jan 5 22:29:50 2011 UTC vs.
Revision 1.361 by sf-exg, Thu Jan 6 10:19:29 2011 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines