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.77 by root, Wed Jun 29 13:52:32 2011 UTC vs.
Revision 1.78 by sf-exg, Thu Aug 11 08:49:44 2011 UTC

122.\} 122.\}
123.rm #[ #] #H #V #F C 123.rm #[ #] #H #V #F C
124.\" ======================================================================== 124.\" ========================================================================
125.\" 125.\"
126.IX Title "@@RXVT_NAME@@ 3" 126.IX Title "@@RXVT_NAME@@ 3"
127.TH @@RXVT_NAME@@ 3 "2011-06-29" "@@RXVT_VERSION@@" "RXVT-UNICODE" 127.TH @@RXVT_NAME@@ 3 "2011-08-11" "@@RXVT_VERSION@@" "RXVT-UNICODE"
128.\" For nroff, turn off justification. Always turn off hyphenation; it makes 128.\" For nroff, turn off justification. Always turn off hyphenation; it makes
129.\" way too many mistakes in technical documents. 129.\" way too many mistakes in technical documents.
130.if n .ad l 130.if n .ad l
131.nh 131.nh
132.SH "NAME" 132.SH "NAME"
581Either binary data or \- more common \- a text string encoded in a 581Either binary data or \- more common \- a text string encoded in a
582locale-specific way. 582locale-specific way.
583.SS "Extension Objects" 583.SS "Extension Objects"
584.IX Subsection "Extension Objects" 584.IX Subsection "Extension Objects"
585Every perl extension is a perl class. A separate perl object is created 585Every perl extension is a perl class. A separate perl object is created
586for each terminal, and each terminal has its own set of extenion objects, 586for each terminal, and each terminal has its own set of extension objects,
587which are passed as the first parameter to hooks. So extensions can use 587which are passed as the first parameter to hooks. So extensions can use
588their \f(CW$self\fR object without having to think about clashes with other 588their \f(CW$self\fR object without having to think about clashes with other
589extensions or other terminals, with the exception of methods and members 589extensions or other terminals, with the exception of methods and members
590that begin with an underscore character \f(CW\*(C`_\*(C'\fR: these are reserved for 590that begin with an underscore character \f(CW\*(C`_\*(C'\fR: these are reserved for
591internal use. 591internal use.
937.el .IP "\f(CW@terms\fR = urxvt::termlist" 4 937.el .IP "\f(CW@terms\fR = urxvt::termlist" 4
938.IX Item "@terms = urxvt::termlist" 938.IX Item "@terms = urxvt::termlist"
939Returns all urxvt::term objects that exist in this process, regardless of 939Returns all urxvt::term objects that exist in this process, regardless of
940whether they are started, being destroyed etc., so be careful. Only term 940whether they are started, being destroyed etc., so be careful. Only term
941objects that have perl extensions attached will be returned (because there 941objects that have perl extensions attached will be returned (because there
942is no urxvt::term objet associated with others). 942is no urxvt::term object associated with others).
943.ie n .IP "$time = urxvt::NOW" 4 943.ie n .IP "$time = urxvt::NOW" 4
944.el .IP "\f(CW$time\fR = urxvt::NOW" 4 944.el .IP "\f(CW$time\fR = urxvt::NOW" 4
945.IX Item "$time = urxvt::NOW" 945.IX Item "$time = urxvt::NOW"
946Returns the \*(L"current time\*(R" (as per the event loop). 946Returns the \*(L"current time\*(R" (as per the event loop).
947.IP "urxvt::CurrentTime" 4 947.IP "urxvt::CurrentTime" 4
1058\&\f(CW%urxvt::OPTION\fR. Options not enabled in this binary are not in the hash. 1058\&\f(CW%urxvt::OPTION\fR. Options not enabled in this binary are not in the hash.
1059.Sp 1059.Sp
1060Here is a likely non-exhaustive list of option names, please see the 1060Here is a likely non-exhaustive list of option names, please see the
1061source file \fI/src/optinc.h\fR to see the actual list: 1061source file \fI/src/optinc.h\fR to see the actual list:
1062.Sp 1062.Sp
1063.Vb 6 1063.Vb 7
1064\& borderLess console cursorBlink cursorUnderline hold iconic insecure 1064\& borderLess buffered console cursorBlink cursorUnderline hold iconic
1065\& intensityStyles jumpScroll loginShell mapAlert meta8 mouseWheelScrollPage 1065\& insecure intensityStyles iso14755 iso14755_52 jumpScroll loginShell
1066\& override\-redirect pastableTabs pointerBlank reverseVideo scrollBar 1066\& mapAlert meta8 mouseWheelScrollPage override_redirect pastableTabs
1067\& scrollBar_floating scrollBar_right scrollTtyKeypress scrollTtyOutput 1067\& pointerBlank reverseVideo scrollBar scrollBar_floating scrollBar_right
1068\& scrollWithBuffer secondaryScreen secondaryScroll skipBuiltinGlyphs 1068\& scrollTtyKeypress scrollTtyOutput scrollWithBuffer secondaryScreen
1069\& transparent tripleclickwords utmpInhibit visualBell 1069\& secondaryScroll skipBuiltinGlyphs skipScroll transparent tripleclickwords
1070\& urgentOnBell utmpInhibit visualBell
1070.Ve 1071.Ve
1071.ie n .IP "$value = $term\->resource ($name[, $newval])" 4 1072.ie n .IP "$value = $term\->resource ($name[, $newval])" 4
1072.el .IP "\f(CW$value\fR = \f(CW$term\fR\->resource ($name[, \f(CW$newval\fR])" 4 1073.el .IP "\f(CW$value\fR = \f(CW$term\fR\->resource ($name[, \f(CW$newval\fR])" 4
1073.IX Item "$value = $term->resource ($name[, $newval])" 1074.IX Item "$value = $term->resource ($name[, $newval])"
1074Returns the current resource value associated with a given name and 1075Returns the current resource value associated with a given name and
1089Here is a likely non-exhaustive list of resource names, not all of which 1090Here is a likely non-exhaustive list of resource names, not all of which
1090are supported in every build, please see the source file \fI/src/rsinc.h\fR 1091are supported in every build, please see the source file \fI/src/rsinc.h\fR
1091to see the actual list: 1092to see the actual list:
1092.Sp 1093.Sp
1093.Vb 10 1094.Vb 10
1094\& answerbackstring backgroundPixmap backspace_key boldFont boldItalicFont 1095\& answerbackstring backgroundPixmap backspace_key blendtype blurradius
1095\& borderLess chdir color cursorBlink cursorUnderline cutchars delete_key 1096\& boldFont boldItalicFont borderLess buffered chdir color cursorBlink
1096\& display_name embed ext_bwidth fade font geometry hold iconName 1097\& cursorUnderline cutchars delete_key depth display_name embed ext_bwidth
1097\& imFont imLocale inputMethod insecure int_bwidth intensityStyles 1098\& fade font geometry hold iconName iconfile imFont imLocale inputMethod
1098\& italicFont jumpScroll lineSpace letterSpace loginShell mapAlert meta8 1099\& insecure int_bwidth intensityStyles iso14755 iso14755_52 italicFont
1100\& jumpScroll letterSpace lineSpace loginShell mapAlert meta8 modifier
1099\& modifier mouseWheelScrollPage name override_redirect pastableTabs path 1101\& mouseWheelScrollPage name override_redirect pastableTabs path perl_eval
1100\& perl_eval perl_ext_1 perl_ext_2 perl_lib pointerBlank pointerBlankDelay 1102\& perl_ext_1 perl_ext_2 perl_lib pointerBlank pointerBlankDelay
1101\& preeditType print_pipe pty_fd reverseVideo saveLines scrollBar 1103\& preeditType print_pipe pty_fd reverseVideo saveLines scrollBar
1102\& scrollBar_align scrollBar_floating scrollBar_right scrollBar_thickness 1104\& scrollBar_align scrollBar_floating scrollBar_right scrollBar_thickness
1103\& scrollTtyKeypress scrollTtyOutput scrollWithBuffer scrollstyle 1105\& scrollTtyKeypress scrollTtyOutput scrollWithBuffer scrollstyle
1104\& secondaryScreen secondaryScroll shade term_name title 1106\& secondaryScreen secondaryScroll shade skipBuiltinGlyphs skipScroll
1105\& transient_for transparent transparent_all tripleclickwords utmpInhibit 1107\& term_name title transient_for transparent tripleclickwords urgentOnBell
1106\& visualBell 1108\& utmpInhibit visualBell
1107.Ve 1109.Ve
1108.ie n .IP "$value = $term\->x_resource ($pattern)" 4 1110.ie n .IP "$value = $term\->x_resource ($pattern)" 4
1109.el .IP "\f(CW$value\fR = \f(CW$term\fR\->x_resource ($pattern)" 4 1111.el .IP "\f(CW$value\fR = \f(CW$term\fR\->x_resource ($pattern)" 4
1110.IX Item "$value = $term->x_resource ($pattern)" 1112.IX Item "$value = $term->x_resource ($pattern)"
1111Returns the X\-Resource for the given pattern, excluding the program or 1113Returns the X\-Resource for the given pattern, excluding the program or

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines