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.205 by root, Tue Jan 3 04:18:47 2006 UTC vs.
Revision 1.206 by root, Tue Jan 3 17:34:44 2006 UTC

3323 else if (selection.clicks == 2) 3323 else if (selection.clicks == 2)
3324 { 3324 {
3325 if (ROWCOL_IS_AFTER (selection.end, selection.beg)) 3325 if (ROWCOL_IS_AFTER (selection.end, selection.beg))
3326 selection.end.col--; 3326 selection.end.col--;
3327 3327
3328 if (!PERL_INVOKE ((this, HOOK_SEL_EXTEND, DT_END)))
3329 {
3328 selection_delimit_word (UP, &selection.beg, &selection.beg); 3330 selection_delimit_word (UP, &selection.beg, &selection.beg);
3329 selection_delimit_word (DN, &selection.end, &selection.end); 3331 selection_delimit_word (DN, &selection.end, &selection.end);
3332 }
3330 } 3333 }
3331 else if (selection.clicks == 3) 3334 else if (selection.clicks == 3)
3332 { 3335 {
3333#if ENABLE_FRILLS 3336#if ENABLE_FRILLS
3334 if (OPTION (Opt_tripleclickwords)) 3337 if (OPTION (Opt_tripleclickwords))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines