--- rxvt-unicode/src/urxvt.pm 2006/01/03 20:47:36 1.24 +++ rxvt-unicode/src/urxvt.pm 2006/01/03 23:41:37 1.27 @@ -41,8 +41,10 @@ =item selection -Intelligent selection. This etxension tries to be more intelligent when the user -extends selections (double-click). +Intelligent selection. This extension tries to be more intelligent when +the user extends selections (double-click). Right now, it tries to select +urls and complete shell-quoted arguments, which is very convenient, too, +if your F supports C<--quoting-style=shell>. It also offers the following bindable event: @@ -386,6 +388,8 @@ verbose 10, "$HOOKNAME[$htype] (" . (join ", ", $TERM, @_) . ")" if $verbosity >= 10; + keys %$cb; + while (my ($pkg, $cb) = each %$cb) { return 1 if $cb->( @@ -848,11 +852,11 @@ =over 4 -=item 0 - only fatal messages +=item =0 - only fatal messages -=item 3 - script loading and management +=item =3 - script loading and management -=item 10 - all events received +=item =10 - all events received =back