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.10 by root, Wed Jan 4 05:35:34 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:
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.
145 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.).
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
150 display code is run after this hook, and takes precedence. 164 display code is run after this hook, and takes precedence.
243 answerbackstring backgroundPixmap backspace_key boldFont boldItalicFont 257 answerbackstring backgroundPixmap backspace_key boldFont boldItalicFont
244 borderLess color cursorBlink cursorUnderline cutchars delete_key 258 borderLess color cursorBlink cursorUnderline cutchars delete_key
245 display_name embed ext_bwidth fade font geometry hold iconName 259 display_name embed ext_bwidth fade font geometry hold iconName
246 imFont imLocale inputMethod insecure int_bwidth intensityStyles 260 imFont imLocale inputMethod insecure int_bwidth intensityStyles
247 italicFont jumpScroll lineSpace loginShell mapAlert menu meta8 modifier 261 italicFont jumpScroll lineSpace loginShell mapAlert menu meta8 modifier
248 mouseWheelScrollPage name pastableTabs path perl_eval perl_ext 262 mouseWheelScrollPage name pastableTabs path perl_eval perl_ext_1 perl_ext_2
249 perl_lib pointerBlank pointerBlankDelay preeditType print_pipe pty_fd 263 perl_lib pointerBlank pointerBlankDelay preeditType print_pipe pty_fd
250 reverseVideo saveLines scrollBar scrollBar_align scrollBar_floating 264 reverseVideo saveLines scrollBar scrollBar_align scrollBar_floating
251 scrollBar_right scrollBar_thickness scrollTtyKeypress scrollTtyOutput 265 scrollBar_right scrollBar_thickness scrollTtyKeypress scrollTtyOutput
252 scrollWithBuffer scrollstyle secondaryScreen secondaryScroll selectstyle 266 scrollWithBuffer scrollstyle secondaryScreen secondaryScroll selectstyle
253 shade term_name title transparent transparent_all tripleclickwords 267 shade term_name title transparent transparent_all tripleclickwords
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