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.280 by root, Mon Jan 23 23:33:58 2006 UTC vs.
Revision 1.281 by root, Tue Jan 24 17:28:06 2006 UTC

2142 selection_make (ev.time); 2142 selection_make (ev.time);
2143 break; 2143 break;
2144 2144
2145 case Button2: 2145 case Button2:
2146 if (IN_RANGE_EXC (ev.x, 0, width) && IN_RANGE_EXC (ev.y, 0, height)) // inside window? 2146 if (IN_RANGE_EXC (ev.x, 0, width) && IN_RANGE_EXC (ev.y, 0, height)) // inside window?
2147 selection_request (ev.time, ev.state & ShiftMask ? Sel_Clipboard : Sel_Primary); 2147 selection_request (ev.time, ev.state & ModMetaMask ? Sel_Primary : Sel_Primary);
2148 break; 2148 break;
2149 2149
2150#ifdef MOUSE_WHEEL 2150#ifdef MOUSE_WHEEL
2151 case Button4: 2151 case Button4:
2152 case Button5: 2152 case Button5:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines