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.257 by root, Wed Jan 11 05:29:40 2006 UTC vs.
Revision 1.258 by root, Thu Jan 12 03:32:56 2006 UTC

1920#else 1920#else
1921 selection.rect = false; 1921 selection.rect = false;
1922#endif 1922#endif
1923 1923
1924 /* allow shift+left click to extend selection */ 1924 /* allow shift+left click to extend selection */
1925 if (ev.state & ShiftMask && ! (priv_modes & PrivMode_mouse_report)) 1925 if (ev.state & ShiftMask && !(priv_modes & PrivMode_mouse_report))
1926 { 1926 {
1927 if (MEvent.button == Button1 && clickintime) 1927 if (MEvent.button == Button1 && clickintime)
1928 selection_rotate (ev.x, ev.y); 1928 selection_rotate (ev.x, ev.y);
1929 else 1929 else
1930 selection_extend (ev.x, ev.y, 1); 1930 selection_extend (ev.x, ev.y, 1);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines