ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/urxvt.pm
(Generate patch)

Comparing rxvt-unicode/src/urxvt.pm (file contents):
Revision 1.24 by root, Tue Jan 3 20:47:36 2006 UTC vs.
Revision 1.27 by root, Tue Jan 3 23:41:37 2006 UTC

39 39
40=over 4 40=over 4
41 41
42=item selection 42=item selection
43 43
44Intelligent selection. This etxension tries to be more intelligent when the user 44Intelligent selection. This extension tries to be more intelligent when
45extends selections (double-click). 45the user extends selections (double-click). Right now, it tries to select
46urls and complete shell-quoted arguments, which is very convenient, too,
47if your F<ls> supports C<--quoting-style=shell>.
46 48
47It also offers the following bindable event: 49It also offers the following bindable event:
48 50
49=over 4 51=over 4
50 52
383 my $cb = $TERM->{_hook}[$htype] 385 my $cb = $TERM->{_hook}[$htype]
384 or return; 386 or return;
385 387
386 verbose 10, "$HOOKNAME[$htype] (" . (join ", ", $TERM, @_) . ")" 388 verbose 10, "$HOOKNAME[$htype] (" . (join ", ", $TERM, @_) . ")"
387 if $verbosity >= 10; 389 if $verbosity >= 10;
390
391 keys %$cb;
388 392
389 while (my ($pkg, $cb) = each %$cb) { 393 while (my ($pkg, $cb) = each %$cb) {
390 return 1 394 return 1
391 if $cb->( 395 if $cb->(
392 $TERM->{$pkg} ||= do { 396 $TERM->{$pkg} ||= do {
846This variable controls the verbosity level of the perl extension. Higher 850This variable controls the verbosity level of the perl extension. Higher
847numbers indicate more verbose output. 851numbers indicate more verbose output.
848 852
849=over 4 853=over 4
850 854
851=item 0 - only fatal messages 855=item =0 - only fatal messages
852 856
853=item 3 - script loading and management 857=item =3 - script loading and management
854 858
855=item 10 - all events received 859=item =10 - all events received
856 860
857=back 861=back
858 862
859=head1 AUTHOR 863=head1 AUTHOR
860 864

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines