<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 -->
</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->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+<index></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->selection_mark ([$row, $col])</a></strong><br />
</dt>
<dt><strong><a name="item_selection_beg">($row, $col) = $term->selection_beg ([$row, $col])</a></strong><br />
<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 <pcg@goof.com>
.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])"
.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
command.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
command.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
-command.o: salloc.h menubar.h rxvtperl.h version.h command.h keyboard.h
+command.o: salloc.h rsinc.h menubar.h rxvtperl.h version.h command.h
+command.o: keyboard.h
encoding.o: ../config.h encoding.h table/iso8859_1.h table/iso8859_15.h
encoding.o: table/iso8859_2.h table/iso8859_3.h table/iso8859_4.h
encoding.o: table/iso8859_5.h table/iso8859_6.h table/iso8859_7.h
encoding.o: table/compose.h table/category.h
fdpass.o: ../config.h fdpass.h
init.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h
-init.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
+init.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h rsinc.h
init.o: menubar.h init.h
iom.o: iom.h iom_conf.h rxvtutil.h callback.h
keyboard.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
keyboard.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
-keyboard.o: salloc.h menubar.h keyboard.h command.h
+keyboard.o: salloc.h rsinc.h menubar.h keyboard.h command.h
logging.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
logging.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
-logging.o: salloc.h menubar.h logging.h
+logging.o: salloc.h rsinc.h menubar.h logging.h
main.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h
-main.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
+main.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h rsinc.h
main.o: menubar.h keyboard.h rxvtperl.h
menubar.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
menubar.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
-menubar.o: salloc.h menubar.h version.h
+menubar.o: salloc.h rsinc.h menubar.h version.h
misc.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h
-misc.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
+misc.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h rsinc.h
misc.o: menubar.h
netdisp.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
netdisp.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
-netdisp.o: salloc.h menubar.h
+netdisp.o: salloc.h rsinc.h menubar.h
ptytty.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
ptytty.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
-ptytty.o: salloc.h menubar.h
+ptytty.o: salloc.h rsinc.h menubar.h
rxvt.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h
-rxvt.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
+rxvt.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h rsinc.h
rxvt.o: menubar.h
rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h fdpass.h rxvt.h rxvtlib.h
rxvtc.o: ptytty.h feature.h encoding.h rxvtfont.h rxvttoolkit.h iom.h
-rxvtc.o: iom_conf.h callback.h salloc.h menubar.h
+rxvtc.o: iom_conf.h callback.h salloc.h rsinc.h menubar.h
rxvtd.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
rxvtd.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
-rxvtd.o: salloc.h menubar.h rxvtdaemon.h fdpass.h
+rxvtd.o: salloc.h rsinc.h menubar.h rxvtdaemon.h fdpass.h
rxvtdaemon.o: rxvtdaemon.h rxvtutil.h
rxvtfont.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
rxvtfont.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
-rxvtfont.o: salloc.h menubar.h table/linedraw.h
+rxvtfont.o: salloc.h rsinc.h menubar.h table/linedraw.h
rxvtperl.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
rxvtperl.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
-rxvtperl.o: salloc.h menubar.h rxvtperl.h perlxsi.c
+rxvtperl.o: salloc.h rsinc.h menubar.h rxvtperl.h perlxsi.c
rxvttoolkit.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
rxvttoolkit.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
-rxvttoolkit.o: callback.h salloc.h menubar.h
+rxvttoolkit.o: callback.h salloc.h rsinc.h menubar.h
rxvtutil.o: rxvtutil.h
salloc.o: salloc.h
screen.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
screen.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
-screen.o: salloc.h menubar.h rxvtperl.h salloc.C
+screen.o: salloc.h rsinc.h menubar.h rxvtperl.h salloc.C
scrollbar-next.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
scrollbar-next.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
-scrollbar-next.o: callback.h salloc.h menubar.h
+scrollbar-next.o: callback.h salloc.h rsinc.h menubar.h
scrollbar-plain.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
scrollbar-plain.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
-scrollbar-plain.o: callback.h salloc.h menubar.h
+scrollbar-plain.o: callback.h salloc.h rsinc.h menubar.h
scrollbar-rxvt.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
scrollbar-rxvt.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
-scrollbar-rxvt.o: callback.h salloc.h menubar.h
+scrollbar-rxvt.o: callback.h salloc.h rsinc.h menubar.h
scrollbar-xterm.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
scrollbar-xterm.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
-scrollbar-xterm.o: callback.h salloc.h menubar.h
+scrollbar-xterm.o: callback.h salloc.h rsinc.h menubar.h
scrollbar.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
scrollbar.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
-scrollbar.o: salloc.h menubar.h
+scrollbar.o: salloc.h rsinc.h menubar.h
strings.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
strings.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
-strings.o: salloc.h menubar.h
+strings.o: salloc.h rsinc.h menubar.h
xdefaults.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
xdefaults.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
-xdefaults.o: salloc.h menubar.h version.h keyboard.h
+xdefaults.o: salloc.h rsinc.h menubar.h version.h keyboard.h
xpm.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h
-xpm.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
+xpm.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h rsinc.h
xpm.o: menubar.h
command.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
command.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
-command.lo: salloc.h menubar.h rxvtperl.h version.h command.h keyboard.h
+command.lo: salloc.h rsinc.h menubar.h rxvtperl.h version.h command.h
+command.lo: keyboard.h
encoding.lo: ../config.h encoding.h table/iso8859_1.h table/iso8859_15.h
encoding.lo: table/iso8859_2.h table/iso8859_3.h table/iso8859_4.h
encoding.lo: table/iso8859_5.h table/iso8859_6.h table/iso8859_7.h
fdpass.lo: ../config.h fdpass.h
init.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
init.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
-init.lo: salloc.h menubar.h init.h
+init.lo: salloc.h rsinc.h menubar.h init.h
iom.lo: iom.h iom_conf.h rxvtutil.h callback.h
keyboard.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
keyboard.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
-keyboard.lo: salloc.h menubar.h keyboard.h command.h
+keyboard.lo: salloc.h rsinc.h menubar.h keyboard.h command.h
logging.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
logging.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
-logging.lo: salloc.h menubar.h logging.h
+logging.lo: salloc.h rsinc.h menubar.h logging.h
main.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
main.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
-main.lo: salloc.h menubar.h keyboard.h rxvtperl.h
+main.lo: salloc.h rsinc.h menubar.h keyboard.h rxvtperl.h
menubar.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
menubar.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
-menubar.lo: salloc.h menubar.h version.h
+menubar.lo: salloc.h rsinc.h menubar.h version.h
misc.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
misc.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
-misc.lo: salloc.h menubar.h
+misc.lo: salloc.h rsinc.h menubar.h
netdisp.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
netdisp.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
-netdisp.lo: salloc.h menubar.h
+netdisp.lo: salloc.h rsinc.h menubar.h
ptytty.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
ptytty.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
-ptytty.lo: salloc.h menubar.h
+ptytty.lo: salloc.h rsinc.h menubar.h
rxvt.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
rxvt.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
-rxvt.lo: salloc.h menubar.h
+rxvt.lo: salloc.h rsinc.h menubar.h
rxvtc.lo: ../config.h rxvtdaemon.h rxvtutil.h fdpass.h rxvt.h rxvtlib.h
rxvtc.lo: ptytty.h feature.h encoding.h rxvtfont.h rxvttoolkit.h iom.h
-rxvtc.lo: iom_conf.h callback.h salloc.h menubar.h
+rxvtc.lo: iom_conf.h callback.h salloc.h rsinc.h menubar.h
rxvtd.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
rxvtd.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
-rxvtd.lo: salloc.h menubar.h rxvtdaemon.h fdpass.h
+rxvtd.lo: salloc.h rsinc.h menubar.h rxvtdaemon.h fdpass.h
rxvtdaemon.lo: rxvtdaemon.h rxvtutil.h
rxvtfont.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
rxvtfont.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
-rxvtfont.lo: salloc.h menubar.h table/linedraw.h
+rxvtfont.lo: salloc.h rsinc.h menubar.h table/linedraw.h
rxvtperl.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
rxvtperl.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
-rxvtperl.lo: salloc.h menubar.h rxvtperl.h perlxsi.c
+rxvtperl.lo: salloc.h rsinc.h menubar.h rxvtperl.h perlxsi.c
rxvttoolkit.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
rxvttoolkit.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
-rxvttoolkit.lo: callback.h salloc.h menubar.h
+rxvttoolkit.lo: callback.h salloc.h rsinc.h menubar.h
rxvtutil.lo: rxvtutil.h
salloc.lo: salloc.h
screen.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
screen.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
-screen.lo: salloc.h menubar.h rxvtperl.h salloc.C
+screen.lo: salloc.h rsinc.h menubar.h rxvtperl.h salloc.C
scrollbar-next.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
scrollbar-next.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
-scrollbar-next.lo: callback.h salloc.h menubar.h
+scrollbar-next.lo: callback.h salloc.h rsinc.h menubar.h
scrollbar-plain.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h
scrollbar-plain.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h
-scrollbar-plain.lo: iom_conf.h callback.h salloc.h menubar.h
+scrollbar-plain.lo: iom_conf.h callback.h salloc.h rsinc.h menubar.h
scrollbar-rxvt.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
scrollbar-rxvt.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
-scrollbar-rxvt.lo: callback.h salloc.h menubar.h
+scrollbar-rxvt.lo: callback.h salloc.h rsinc.h menubar.h
scrollbar-xterm.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h
scrollbar-xterm.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h
-scrollbar-xterm.lo: iom_conf.h callback.h salloc.h menubar.h
+scrollbar-xterm.lo: iom_conf.h callback.h salloc.h rsinc.h menubar.h
scrollbar.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
scrollbar.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
-scrollbar.lo: salloc.h menubar.h
+scrollbar.lo: salloc.h rsinc.h menubar.h
strings.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
strings.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
-strings.lo: salloc.h menubar.h
+strings.lo: salloc.h rsinc.h menubar.h
xdefaults.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
xdefaults.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
-xdefaults.lo: salloc.h menubar.h version.h keyboard.h
+xdefaults.lo: salloc.h rsinc.h menubar.h version.h keyboard.h
xpm.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h
-xpm.lo: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
+xpm.lo: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h rsinc.h
xpm.lo: menubar.h