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.21 by root, Wed Jan 11 01:01:52 2006 UTC vs.
Revision 1.22 by root, Wed Jan 11 02:13:56 2006 UTC

67 67
68 digital-clock 68 digital-clock
69 Displays a digital clock using the built-in overlay. 69 Displays a digital clock using the built-in overlay.
70 70
71 mark-urls 71 mark-urls
72 Uses per-line display filtering ("on_line_update") to underline 72 Uses per-line display filtering ("on_line_update") to underline urls
73 urls. 73 and make them clickable. When clicked, the program specified in the
74 resource "urlLauncher" (default "x-www-browser") will be started.
74 75
75 block-graphics-to-ascii 76 block-graphics-to-ascii
76 A not very useful example of filtering all text output to the 77 A not very useful example of filtering all text output to the
77 terminal, by replacing all line-drawing characters (U+2500 .. 78 terminal, by replacing all line-drawing characters (U+2500 ..
78 U+259F) by a similar-looking ascii character. 79 U+259F) by a similar-looking ascii character.
441 reverseVideo saveLines scrollBar scrollBar_align scrollBar_floating 442 reverseVideo saveLines scrollBar scrollBar_align scrollBar_floating
442 scrollBar_right scrollBar_thickness scrollTtyKeypress scrollTtyOutput 443 scrollBar_right scrollBar_thickness scrollTtyKeypress scrollTtyOutput
443 scrollWithBuffer scrollstyle secondaryScreen secondaryScroll selectstyle 444 scrollWithBuffer scrollstyle secondaryScreen secondaryScroll selectstyle
444 shade term_name title transparent transparent_all tripleclickwords 445 shade term_name title transparent transparent_all tripleclickwords
445 utmpInhibit visualBell 446 utmpInhibit visualBell
447
448 $value = $term->x_resource ($pattern)
449 Returns the X-Resource for the given pattern, excluding the program
450 or class name, i.e. "$term->x_resource ("boldFont")" should return
451 the same value as used by this instance of rxvt-unicode. Returns
452 "undef" if no resource with that pattern exists.
453
454 This method should only be called during the "on_start" hook, as
455 there is only one resource database per display, and later
456 invocations might return the wrong resources.
446 457
447 $success = $term->parse_keysym ($keysym_spec, $command_string) 458 $success = $term->parse_keysym ($keysym_spec, $command_string)
448 Adds a keymap translation exactly as specified via a resource. See 459 Adds a keymap translation exactly as specified via a resource. See
449 the "keysym" resource in the rxvt(1) manpage. 460 the "keysym" resource in the rxvt(1) manpage.
450 461

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines