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

Comparing rxvt-unicode/doc/rxvtperl.3.man.in (file contents):
Revision 1.23 by root, Wed Jan 11 01:01:52 2006 UTC vs.
Revision 1.24 by root, Wed Jan 11 02:13:56 2006 UTC

213.IP "digital-clock" 4 213.IP "digital-clock" 4
214.IX Item "digital-clock" 214.IX Item "digital-clock"
215Displays a digital clock using the built-in overlay. 215Displays a digital clock using the built-in overlay.
216.IP "mark-urls" 4 216.IP "mark-urls" 4
217.IX Item "mark-urls" 217.IX Item "mark-urls"
218Uses per-line display filtering (\f(CW\*(C`on_line_update\*(C'\fR) to underline urls. 218Uses per-line display filtering (\f(CW\*(C`on_line_update\*(C'\fR) to underline urls and
219make them clickable. When clicked, the program specified in the resource
220\&\f(CW\*(C`urlLauncher\*(C'\fR (default \f(CW\*(C`x\-www\-browser\*(C'\fR) will be started.
219.IP "block-graphics-to-ascii" 4 221.IP "block-graphics-to-ascii" 4
220.IX Item "block-graphics-to-ascii" 222.IX Item "block-graphics-to-ascii"
221A not very useful example of filtering all text output to the terminal, 223A not very useful example of filtering all text output to the terminal,
222by replacing all line-drawing characters (U+2500 .. U+259F) by a 224by replacing all line-drawing characters (U+2500 .. U+259F) by a
223similar-looking ascii character. 225similar-looking ascii character.
642\& scrollBar_right scrollBar_thickness scrollTtyKeypress scrollTtyOutput 644\& scrollBar_right scrollBar_thickness scrollTtyKeypress scrollTtyOutput
643\& scrollWithBuffer scrollstyle secondaryScreen secondaryScroll selectstyle 645\& scrollWithBuffer scrollstyle secondaryScreen secondaryScroll selectstyle
644\& shade term_name title transparent transparent_all tripleclickwords 646\& shade term_name title transparent transparent_all tripleclickwords
645\& utmpInhibit visualBell 647\& utmpInhibit visualBell
646.Ve 648.Ve
649.ie n .IP "$value = $term\->x_resource ($pattern)" 4
650.el .IP "$value = \f(CW$term\fR\->x_resource ($pattern)" 4
651.IX Item "$value = $term->x_resource ($pattern)"
652Returns the X\-Resource for the given pattern, excluding the program or
653class name, i.e. \f(CW\*(C`$term\->x_resource ("boldFont")\*(C'\fR should return the
654same value as used by this instance of rxvt\-unicode. Returns \f(CW\*(C`undef\*(C'\fR if no
655resource with that pattern exists.
656.Sp
657This method should only be called during the \f(CW\*(C`on_start\*(C'\fR hook, as there is
658only one resource database per display, and later invocations might return
659the wrong resources.
647.ie n .IP "$success = $term\fR\->parse_keysym ($keysym_spec, \f(CW$command_string)" 4 660.ie n .IP "$success = $term\fR\->parse_keysym ($keysym_spec, \f(CW$command_string)" 4
648.el .IP "$success = \f(CW$term\fR\->parse_keysym ($keysym_spec, \f(CW$command_string\fR)" 4 661.el .IP "$success = \f(CW$term\fR\->parse_keysym ($keysym_spec, \f(CW$command_string\fR)" 4
649.IX Item "$success = $term->parse_keysym ($keysym_spec, $command_string)" 662.IX Item "$success = $term->parse_keysym ($keysym_spec, $command_string)"
650Adds a keymap translation exactly as specified via a resource. See the 663Adds a keymap translation exactly as specified via a resource. See the
651\&\f(CW\*(C`keysym\*(C'\fR resource in the @@RXVT_NAME@@(1) manpage. 664\&\f(CW\*(C`keysym\*(C'\fR resource in the @@RXVT_NAME@@(1) manpage.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines