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.1 by root, Mon Jan 2 15:59:25 2006 UTC vs.
Revision 1.2 by root, Mon Jan 2 17:21:59 2006 UTC

265.IX Item "$time = urxvt::NOW" 265.IX Item "$time = urxvt::NOW"
266Returns the \*(L"current time\*(R" (as per the event loop). 266Returns the \*(L"current time\*(R" (as per the event loop).
267.ie n .Sh "The ""urxvt::term"" Class" 267.ie n .Sh "The ""urxvt::term"" Class"
268.el .Sh "The \f(CWurxvt::term\fP Class" 268.el .Sh "The \f(CWurxvt::term\fP Class"
269.IX Subsection "The urxvt::term Class" 269.IX Subsection "The urxvt::term Class"
270.ie n .IP "$value = $term\fR\->resource ($name[, \f(CW$newval])" 4
271.el .IP "$value = \f(CW$term\fR\->resource ($name[, \f(CW$newval\fR])" 4
272.IX Item "$value = $term->resource ($name[, $newval])"
273Returns the current resource value associated with a given name and
274optionally sets a new value. Setting values is most useful in the \f(CW\*(C`init\*(C'\fR
275hook. Unset resources are returned and accepted as \f(CW\*(C`undef\*(C'\fR.
276.Sp
277The new value must be properly encoded to a suitable character encoding
278before passing it to this method. Similarly, the returned value may need
279to be converted from the used encoding to text.
280.Sp
281Resource names are as defined in \fIsrc/rsinc.h\fR. Colours can be specified
282as resource names of the form \f(CW\*(C`color+<index>\*(C'\fR, e.g. \f(CW\*(C`color+5\*(C'\fR. (will
283likely change).
284.Sp
285Please note that resource strings will currently only be freed when the
286terminal is destroyed, so changing options frequently will eat memory.
287.Sp
288Here is a a likely non-exhaustive list of resource names, not all of which
289are supported in every build, please see the source to see the actual
290list:
291.Sp
292.Vb 12
293\& answerbackstring backgroundPixmap backspace_key boldFont boldItalicFont
294\& borderLess color cursorBlink cursorUnderline cutchars delete_key
295\& display_name embed ext_bwidth fade font geometry hold iconName
296\& imFont imLocale inputMethod insecure int_bwidth intensityStyles
297\& italicFont jumpScroll lineSpace loginShell mapAlert menu meta8
298\& modifier mouseWheelScrollPage name pastableTabs path pointerBlank
299\& pointerBlankDelay preeditType print_pipe pty_fd reverseVideo saveLines
300\& scrollBar scrollBar_align scrollBar_floating scrollBar_right
301\& scrollBar_thickness scrollTtyKeypress scrollTtyOutput scrollWithBuffer
302\& scrollstyle secondaryScreen secondaryScroll selectstyle shade term_name
303\& title transparent transparent_all tripleclickwords utmpInhibit
304\& visualBell
305.Ve
270.ie n .IP "($row, $col\fR) = \f(CW$term\fR\->selection_mark ([$row, \f(CW$col])" 4 306.ie n .IP "($row, $col\fR) = \f(CW$term\fR\->selection_mark ([$row, \f(CW$col])" 4
271.el .IP "($row, \f(CW$col\fR) = \f(CW$term\fR\->selection_mark ([$row, \f(CW$col\fR])" 4 307.el .IP "($row, \f(CW$col\fR) = \f(CW$term\fR\->selection_mark ([$row, \f(CW$col\fR])" 4
272.IX Item "($row, $col) = $term->selection_mark ([$row, $col])" 308.IX Item "($row, $col) = $term->selection_mark ([$row, $col])"
273.PD 0 309.PD 0
274.ie n .IP "($row, $col\fR) = \f(CW$term\fR\->selection_beg ([$row, \f(CW$col])" 4 310.ie n .IP "($row, $col\fR) = \f(CW$term\fR\->selection_beg ([$row, \f(CW$col])" 4
400Start watching for requested events on the given handle. 436Start watching for requested events on the given handle.
401.ie n .IP "$iow = $iow\->stop" 4 437.ie n .IP "$iow = $iow\->stop" 4
402.el .IP "$iow = \f(CW$iow\fR\->stop" 4 438.el .IP "$iow = \f(CW$iow\fR\->stop" 4
403.IX Item "$iow = $iow->stop" 439.IX Item "$iow = $iow->stop"
404Stop watching for events on the given filehandle. 440Stop watching for events on the given filehandle.
441.SH "ENVIRONMENT"
442.IX Header "ENVIRONMENT"
443.Sh "\s-1URXVT_PERL_VERBOSITY\s0"
444.IX Subsection "URXVT_PERL_VERBOSITY"
445This variable controls the verbosity level of the perl extension. Higher
446numbers indicate more verbose output.
447.IP "0 \- only fatal messages" 4
448.IX Item "0 - only fatal messages"
449.PD 0
450.IP "3 \- script loading and management" 4
451.IX Item "3 - script loading and management"
452.IP "10 \- all events received" 4
453.IX Item "10 - all events received"
454.PD
405.SH "AUTHOR" 455.SH "AUTHOR"
406.IX Header "AUTHOR" 456.IX Header "AUTHOR"
407.Vb 2 457.Vb 2
408\& Marc Lehmann <pcg@goof.com> 458\& Marc Lehmann <pcg@goof.com>
409\& http://software.schmorp.de/pkg/rxvt-unicode 459\& http://software.schmorp.de/pkg/rxvt-unicode

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines