--- rxvt-unicode/src/urxvt.pm 2006/01/03 21:08:39 1.25 +++ rxvt-unicode/src/urxvt.pm 2006/01/04 00:09:12 1.28 @@ -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: @@ -172,6 +174,14 @@ Called whenever the program(s) running in the urxvt window send output. +=item on_osc_seq $term, $string + +Called whenever the B command sequence is +processed. Cursor position and other state information is up-to-date when +this happens. For interoperability, the string should start with the +extension name and a colon, to distinguish it from commands for other +extensions, and this might be enforced in the future. + =item on_refresh_begin $term Called just before the screen gets redrawn. Can be used for overlay @@ -850,11 +860,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