ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/command.C
(Generate patch)

Comparing rxvt-unicode/src/command.C (file contents):
Revision 1.318 by root, Sat Jan 13 15:26:56 2007 UTC vs.
Revision 1.319 by ayin, Fri Feb 16 21:46:05 2007 UTC

2156 selection_make (ev.time); 2156 selection_make (ev.time);
2157 break; 2157 break;
2158 2158
2159 case Button2: 2159 case Button2:
2160 if (IN_RANGE_EXC (ev.x, 0, width) && IN_RANGE_EXC (ev.y, 0, height)) // inside window? 2160 if (IN_RANGE_EXC (ev.x, 0, width) && IN_RANGE_EXC (ev.y, 0, height)) // inside window?
2161 selection_request (ev.time, ev.state & ModMetaMask ? Sel_Primary : Sel_Primary); 2161 selection_request (ev.time, ev.state & ModMetaMask ? Sel_Clipboard : Sel_Primary);
2162 break; 2162 break;
2163 2163
2164#ifdef MOUSE_WHEEL 2164#ifdef MOUSE_WHEEL
2165 case Button4: 2165 case Button4:
2166 case Button5: 2166 case Button5:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines