ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvtperl.3.txt
(Generate patch)

Comparing rxvt-unicode/doc/rxvtperl.3.txt (file contents):
Revision 1.7 by root, Tue Jan 3 21:15:22 2006 UTC vs.
Revision 1.9 by root, Wed Jan 4 00:12:12 2006 UTC

30 You can activate them like this: 30 You can activate them like this:
31 31
32 rxvt -pe <extensionname> 32 rxvt -pe <extensionname>
33 33
34 selection 34 selection
35 Intelligent selection. This etxension tries to be more intelligent 35 Intelligent selection. This extension tries to be more intelligent
36 when the user extends selections (double-click). 36 when the user extends selections (double-click). Right now, it tries
37 to select urls and complete shell-quoted arguments, which is very
38 convenient, too, if your ls supports "--quoting-style=shell".
37 39
38 It also offers the following bindable event: 40 It also offers the following bindable event:
39 41
40 rot13 42 rot13
41 Rot-13 the selection when activated. Used via keyboard trigger: 43 Rot-13 the selection when activated. Used via keyboard trigger:
140 the total number of lines that will be in the scrollback buffer. 142 the total number of lines that will be in the scrollback buffer.
141 143
142 on_tty_activity $term *NYI* 144 on_tty_activity $term *NYI*
143 Called whenever the program(s) running in the urxvt window send 145 Called whenever the program(s) running in the urxvt window send
144 output. 146 output.
147
148 on_osc_seq $term, $string
149 Called whenever the ESC ] 777 ; string ST command sequence (OSC =
150 operating system command) is processed. Cursor position and other
151 state information is up-to-date when this happens. For
152 interoperability, the string should start with the extension name
153 and a colon, to distinguish it from commands for other extensions,
154 and this might be enforced in the future.
155
156 Be careful not ever to trust (in a security sense) the data you
157 receive, as its source can not easily be controleld (e-mail content,
158 messages from other users on the same system etc.).
145 159
146 on_refresh_begin $term 160 on_refresh_begin $term
147 Called just before the screen gets redrawn. Can be used for overlay 161 Called just before the screen gets redrawn. Can be used for overlay
148 or similar effects by modify terminal contents in refresh_begin, and 162 or similar effects by modify terminal contents in refresh_begin, and
149 restoring them in refresh_end. The built-in overlay and selection 163 restoring them in refresh_end. The built-in overlay and selection
507ENVIRONMENT 521ENVIRONMENT
508 URXVT_PERL_VERBOSITY 522 URXVT_PERL_VERBOSITY
509 This variable controls the verbosity level of the perl extension. Higher 523 This variable controls the verbosity level of the perl extension. Higher
510 numbers indicate more verbose output. 524 numbers indicate more verbose output.
511 525
512 0 - only fatal messages 526 =0 - only fatal messages
513 3 - script loading and management 527 =3 - script loading and management
514 10 - all events received 528 =10 - all events received
515 529
516AUTHOR 530AUTHOR
517 Marc Lehmann <pcg@goof.com> 531 Marc Lehmann <pcg@goof.com>
518 http://software.schmorp.de/pkg/rxvt-unicode 532 http://software.schmorp.de/pkg/rxvt-unicode
519 533

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines