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.373 by sf-exg, Sat Feb 12 00:30:01 2011 UTC vs.
Revision 1.374 by sf-exg, Sat Feb 12 00:50:04 2011 UTC

2742 * will auto fallback to CUT_BUFFER0 2742 * will auto fallback to CUT_BUFFER0
2743 * EXT: button 2 release 2743 * EXT: button 2 release
2744 */ 2744 */
2745 2745
2746static void 2746static void
2747selection_cb (char *data, unsigned int len, rxvt_selection *rs, void *ptr) 2747selection_cb (char *data, unsigned int len, rxvt_selection *rs)
2748{ 2748{
2749 rxvt_term *term = (rxvt_term *)ptr; 2749 rxvt_term *term = (rxvt_term *)rs->user_data;
2750 2750
2751 if (data) 2751 if (data)
2752 term->paste (data, len); 2752 term->paste (data, len);
2753 delete rs; 2753 delete rs;
2754 term->selection_req = 0; 2754 term->selection_req = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines