<p>See the <code>rxvtperl(3)</code> manpage.</p>
</dd>
<p></p>
+<dt><strong><a name="item_selection_2epattern_2didx_3a_perl_2dregex"><strong>selection.pattern-<em>idx</em> </strong>>: <em>perl-regex</em></a></strong><br />
+</dt>
+<dd>
+Additional selection patterns, see the <code>rxvtperl(3)</code> manpage for
+details.
+</dd>
+<p></p>
+<dt><strong><a name="item_selection_2dautotransform_2eidx_3a_perl_2dtransfor"><strong>selection-autotransform.<em>idx</em> </strong>>: <em>perl-transform</em></a></strong><br />
+</dt>
+<dd>
+Selection auto-transform patterns, see the <code>rxvtperl(3)</code> manpage
+for details.
+</dd>
+<p></p>
<dt><strong><a name="item_searchable_2dscrollback_3a_keysym"><strong>searchable-scrollback:</strong> <em>keysym</em></a></strong><br />
</dt>
<dd>
will be ignored when running setuid/setgid.
.Sp
See the @@RXVT_NAME@@\fIperl\fR\|(3) manpage.
+.IP "\fBselection.pattern\-\f(BIidx\fB\fR: \fIperl-regex\fR" 4
+.IX Item "selection.pattern-idx: perl-regex"
+Additional selection patterns, see the @@RXVT_NAME@@\fIperl\fR\|(3) manpage for
+details.
+.IP "\fBselection\-autotransform.\f(BIidx\fB\fR: \fIperl-transform\fR" 4
+.IX Item "selection-autotransform.idx: perl-transform"
+Selection auto-transform patterns, see the @@RXVT_NAME@@\fIperl\fR\|(3) manpage
+for details.
.IP "\fBsearchable\-scrollback:\fR \fIkeysym\fR" 4
.IX Item "searchable-scrollback: keysym"
Sets the hotkey that starts the incremental scrollback buffer search
See the @@RXVT_NAME@@perl(3) manpage.
+=item B<< selection.pattern-I<idx> >>: I<perl-regex>
+
+Additional selection patterns, see the @@RXVT_NAME@@perl(3) manpage for
+details.
+
+=item B<< selection-autotransform.I<idx> >>: I<perl-transform>
+
+Selection auto-transform patterns, see the @@RXVT_NAME@@perl(3) manpage
+for details.
+
=item B<searchable-scrollback:> I<keysym>
Sets the hotkey that starts the incremental scrollback buffer search
See the rxvtperl(3) manpage.
+ selection.pattern-*idx*: *perl-regex*
+ Additional selection patterns, see the rxvtperl(3) manpage for
+ details.
+
+ selection-autotransform.*idx*: *perl-transform*
+ Selection auto-transform patterns, see the rxvtperl(3) manpage for
+ details.
+
searchable-scrollback: *keysym*
Sets the hotkey that starts the incremental scrollback buffer search
(default: "M-s").
<pre>
URxvt.selection-autotransform.0: s/^(S+):(d+):?$/\\x1b:e \\Q$1\\E\\x0d:$2\\x0d/</pre>
</dd>
+<dd>
+<p>Of course, this can be modified to suit your needs and your editor :)</p>
+</dd>
<p></p>
<dt><strong><a name="item_mark_2durls">mark-urls</a></strong><br />
</dt>
.Vb 1
\& URxvt.selection-autotransform.0: s/^(S+):(d+):?$/\e\ex1b:e \e\eQ$1\e\eE\e\ex0d:$2\e\ex0d/
.Ve
+.Sp
+Of course, this can be modified to suit your needs and your editor :)
.IP "mark-urls" 4
.IX Item "mark-urls"
Uses per-line display filtering (\f(CW\*(C`on_line_update\*(C'\fR) to underline urls and
URxvt.selection-autotransform.0: s/^(S+):(d+):?$/\\x1b:e \\Q$1\\E\\x0d:$2\\x0d/
+ Of course, this can be modified to suit your needs and your editor
+ :)
+
mark-urls
Uses per-line display filtering ("on_line_update") to underline urls
and make them clickable. When middle-clicked, the program specified
URxvt.selection-autotransform.0: s/^(S+):(d+):?$/\\x1b:e \\Q$1\\E\\x0d:$2\\x0d/
+Of course, this can be modified to suit your needs and your editor :)
+
=item mark-urls
Uses per-line display filtering (C<on_line_update>) to underline urls and