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.225 by root, Thu Jan 12 05:22:47 2006 UTC vs.
Revision 1.226 by root, Thu Jan 12 09:55:44 2006 UTC

3052 3052
3053 if (clicks == 2 && !selection.rect 3053 if (clicks == 2 && !selection.rect
3054 && HOOK_INVOKE ((this, HOOK_SEL_EXTEND, DT_END))) 3054 && HOOK_INVOKE ((this, HOOK_SEL_EXTEND, DT_END)))
3055 { 3055 {
3056 MEvent.clicks = 1; // what a mess 3056 MEvent.clicks = 1; // what a mess
3057 selection.screen = current_screen;
3058 selection.op = SELECTION_CONT;
3057 return; 3059 return;
3058 } 3060 }
3059 3061
3060 selection_start_colrow (Pixel2Col (x), Pixel2Row (y)); 3062 selection_start_colrow (Pixel2Col (x), Pixel2Row (y));
3061 3063

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines