-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: rxvt-unicode-sixel
action: commit
revision:
path_from:
revision_from: c041a33aae62afc6068a72c369f209047ec0086a:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

git://git.thebackupbox.net/rxvt-unicode-sixel

commit c041a33aae62afc6068a72c369f209047ec0086a
Author: Marc Lehmann <schmorp@schmorp.de>
Date:   Mon Jan 2 17:21:59 2006 +0000

    *** empty log message ***

diff --git a/doc/rxvtperl.3.html b/doc/rxvtperl.3.html

index bb91b270b6144c69ba37688a195a582fffe4a309..

index ..f23d159f9ce836ee75d5f9908da8935f029541c2 100644

--- a/doc/rxvtperl.3.html
+++ b/doc/rxvtperl.3.html
@@ -24,6 +24,12 @@
 		<li><a href="#the_urxvt__iow_class">The <code>urxvt::iow</code> Class</a></li>
 	</ul>

+	<li><a href="#environment">ENVIRONMENT</a></li>
+	<ul>
+
+		<li><a href="#urxvt_perl_verbosity">URXVT_PERL_VERBOSITY</a></li>
+	</ul>
+
 	<li><a href="#author">AUTHOR</a></li>
 </ul>
 <!-- INDEX END -->
@@ -205,6 +211,48 @@ Returns the ``current time'' (as per the event loop).
 </p>
 <h2><a name="the_urxvt__term_class">The <code>urxvt::term</code> Class</a></h2>
 <dl>
+<dt><strong><a name="item_resource">$value = $term-&gt;resource ($name[, $newval])</a></strong><br />
+</dt>
+<dd>
+Returns the current resource value associated with a given name and
+optionally sets a new value. Setting values is most useful in the <code>init</code>
+hook. Unset resources are returned and accepted as <code>undef</code>.
+</dd>
+<dd>
+<p>The new value must be properly encoded to a suitable character encoding
+before passing it to this method. Similarly, the returned value may need
+to be converted from the used encoding to text.</p>
+</dd>
+<dd>
+<p>Resource names are as defined in <em>src/rsinc.h</em>. Colours can be specified
+as resource names of the form <code>color+&lt;index&gt;</code>, e.g. <code>color+5</code>. (will
+likely change).</p>
+</dd>
+<dd>
+<p>Please note that resource strings will currently only be freed when the
+terminal is destroyed, so changing options frequently will eat memory.</p>
+</dd>
+<dd>
+<p>Here is a a likely non-exhaustive list of resource names, not all of which
+are supported in every build, please see the source to see the actual
+list:</p>
+</dd>
+<dd>
+<pre>
+  answerbackstring backgroundPixmap backspace_key boldFont boldItalicFont
+  borderLess color cursorBlink cursorUnderline cutchars delete_key
+  display_name embed ext_bwidth fade font geometry hold iconName
+  imFont imLocale inputMethod insecure int_bwidth intensityStyles
+  italicFont jumpScroll lineSpace loginShell mapAlert menu meta8
+  modifier mouseWheelScrollPage name pastableTabs path pointerBlank
+  pointerBlankDelay preeditType print_pipe pty_fd reverseVideo saveLines
+  scrollBar scrollBar_align scrollBar_floating scrollBar_right
+  scrollBar_thickness scrollTtyKeypress scrollTtyOutput scrollWithBuffer
+  scrollstyle secondaryScreen secondaryScroll selectstyle shade term_name
+  title transparent transparent_all tripleclickwords utmpInhibit
+  visualBell</pre>
+</dd>
+<p></p>
 <dt><strong><a name="item_selection_mark">($row, $col) = $term-&gt;selection_mark ([$row, $col])</a></strong><br />
 </dt>
 <dt><strong><a name="item_selection_beg">($row, $col) = $term-&gt;selection_beg ([$row, $col])</a></strong><br />
@@ -382,6 +430,23 @@ Stop watching for events on the given filehandle.
 <p>
 </p>
 <hr />
+<h1><a name="environment">ENVIRONMENT</a></h1>
+<p>
+</p>
+<h2><a name="urxvt_perl_verbosity">URXVT_PERL_VERBOSITY</a></h2>
+<p>This variable controls the verbosity level of the perl extension. Higher
+numbers indicate more verbose output.</p>
+<ol>
+<li><strong><a name="item__2d_only_fatal_messages">- only fatal messages</a></strong><br />
+</li>
+<li><strong><a name="item__2d_script_loading_and_management">- script loading and management</a></strong><br />
+</li>
+<li><strong><a name="item__2d_all_events_received">- all events received</a></strong><br />
+</li>
+</ol>
+<p>
+</p>
+<hr />
 <h1><a name="author">AUTHOR</a></h1>
 <pre>
  Marc Lehmann &lt;pcg@goof.com&gt;
diff --git a/doc/rxvtperl.3.man.in b/doc/rxvtperl.3.man.in

index e607e05515525edb5724992093dbdd8d39f4669b..

index ..df2fc6e93f08a83481af472e3170d25b1c225cb5 100644

--- a/doc/rxvtperl.3.man.in
+++ b/doc/rxvtperl.3.man.in
@@ -267,6 +267,42 @@ Returns the \*(L"current time\*(R" (as per the event loop).
 .ie n .Sh "The ""urxvt::term"" Class"
 .el .Sh "The \f(CWurxvt::term\fP Class"
 .IX Subsection "The urxvt::term Class"
+.ie n .IP "$value = $term\fR\->resource ($name[, \f(CW$newval])" 4
+.el .IP "$value = \f(CW$term\fR\->resource ($name[, \f(CW$newval\fR])" 4
+.IX Item "$value = $term->resource ($name[, $newval])"
+Returns the current resource value associated with a given name and
+optionally sets a new value. Setting values is most useful in the \f(CW\*(C`init\*(C'\fR
+hook. Unset resources are returned and accepted as \f(CW\*(C`undef\*(C'\fR.
+.Sp
+The new value must be properly encoded to a suitable character encoding
+before passing it to this method. Similarly, the returned value may need
+to be converted from the used encoding to text.
+.Sp
+Resource names are as defined in \fIsrc/rsinc.h\fR. Colours can be specified
+as resource names of the form \f(CW\*(C`color+<index>\*(C'\fR, e.g. \f(CW\*(C`color+5\*(C'\fR. (will
+likely change).
+.Sp
+Please note that resource strings will currently only be freed when the
+terminal is destroyed, so changing options frequently will eat memory.
+.Sp
+Here is a a likely non-exhaustive list of resource names, not all of which
+are supported in every build, please see the source to see the actual
+list:
+.Sp
+.Vb 12
+\&  answerbackstring backgroundPixmap backspace_key boldFont boldItalicFont
+\&  borderLess color cursorBlink cursorUnderline cutchars delete_key
+\&  display_name embed ext_bwidth fade font geometry hold iconName
+\&  imFont imLocale inputMethod insecure int_bwidth intensityStyles
+\&  italicFont jumpScroll lineSpace loginShell mapAlert menu meta8
+\&  modifier mouseWheelScrollPage name pastableTabs path pointerBlank
+\&  pointerBlankDelay preeditType print_pipe pty_fd reverseVideo saveLines
+\&  scrollBar scrollBar_align scrollBar_floating scrollBar_right
+\&  scrollBar_thickness scrollTtyKeypress scrollTtyOutput scrollWithBuffer
+\&  scrollstyle secondaryScreen secondaryScroll selectstyle shade term_name
+\&  title transparent transparent_all tripleclickwords utmpInhibit
+\&  visualBell
+.Ve
 .ie n .IP "($row, $col\fR) = \f(CW$term\fR\->selection_mark ([$row, \f(CW$col])" 4
 .el .IP "($row, \f(CW$col\fR) = \f(CW$term\fR\->selection_mark ([$row, \f(CW$col\fR])" 4
 .IX Item "($row, $col) = $term->selection_mark ([$row, $col])"
@@ -402,6 +438,20 @@ Start watching for requested events on the given handle.
 .el .IP "$iow = \f(CW$iow\fR\->stop" 4
 .IX Item "$iow = $iow->stop"
 Stop watching for events on the given filehandle.
+.SH "ENVIRONMENT"
+.IX Header "ENVIRONMENT"
+.Sh "\s-1URXVT_PERL_VERBOSITY\s0"
+.IX Subsection "URXVT_PERL_VERBOSITY"
+This variable controls the verbosity level of the perl extension. Higher
+numbers indicate more verbose output.
+.IP "0 \- only fatal messages" 4
+.IX Item "0 - only fatal messages"
+.PD 0
+.IP "3 \- script loading and management" 4
+.IX Item "3 - script loading and management"
+.IP "10 \- all events received" 4
+.IX Item "10 - all events received"
+.PD
 .SH "AUTHOR"
 .IX Header "AUTHOR"
 .Vb 2

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 12:25:18 2024