-- 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: 98d7fb99af66329dc97fa4f57f6457bf6912ec74:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

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

commit 98d7fb99af66329dc97fa4f57f6457bf6912ec74
Author: Marc Lehmann <schmorp@schmorp.de>
Date:   Thu Jan 12 12:15:10 2006 +0000

    *** empty log message ***

diff --git a/doc/rxvt.1.html b/doc/rxvt.1.html

index 817b9a7c9db96e6f825a0c0d647b030725378973..

index ..efad75d55df632265ad5fa958f23297dbcae4eb3 100644

--- a/doc/rxvt.1.html
+++ b/doc/rxvt.1.html
@@ -1496,6 +1496,20 @@ will be ignored when running setuid/setgid.
 <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>&gt;: <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>&gt;: <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>
diff --git a/doc/rxvt.1.man.in b/doc/rxvt.1.man.in

index a6a33b8d476935857fb0bda476dc502418d8713f..

index ..cb7257083d8b13657b1b43a40251ecdf4e8194cc 100644

--- a/doc/rxvt.1.man.in
+++ b/doc/rxvt.1.man.in
@@ -1140,6 +1140,14 @@ scripts. When looking for extensions specified by the \f(CW\*(C`perl\*(C'\fR res
 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
diff --git a/doc/rxvt.1.pod b/doc/rxvt.1.pod

index 0887d078bb10babc2a2adb1cb1f8768ac6c4c603..

index ..40257cfcfc496980e769c785f1994a2b54f098d9 100644

--- a/doc/rxvt.1.pod
+++ b/doc/rxvt.1.pod
@@ -1117,6 +1117,16 @@ will be ignored when running setuid/setgid.

 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
diff --git a/doc/rxvt.1.txt b/doc/rxvt.1.txt

index 1016d4625dc00a65597c618d03346603c074fe3e..

index ..25a7296e5a7120020cc767ecda9da6491cacb1fb 100644

--- a/doc/rxvt.1.txt
+++ b/doc/rxvt.1.txt
@@ -975,6 +975,14 @@ RESOURCES (available also as long-options)

         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").
diff --git a/doc/rxvtperl.3.html b/doc/rxvtperl.3.html

index 7ca5df4362a30b1d8abf024ca766aaebd8e10fa8..

index ..7f56933c2fd1a693177f6bea2d503b0dbd2fa216 100644

--- a/doc/rxvtperl.3.html
+++ b/doc/rxvtperl.3.html
@@ -201,6 +201,9 @@ paste directly into your (vi :) editor:</p>
 <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>
diff --git a/doc/rxvtperl.3.man.in b/doc/rxvtperl.3.man.in

index b0ed94882272b3ca774ce3c1ca6bc688e79d79e1..

index ..ec48bd20a9c7a35e0994a1d76d55c3ff2c57329e 100644

--- a/doc/rxvtperl.3.man.in
+++ b/doc/rxvtperl.3.man.in
@@ -268,6 +268,8 @@ paste directly into your (vi :) editor:
 .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
diff --git a/doc/rxvtperl.3.txt b/doc/rxvtperl.3.txt

index 3b36c0a2084acac3801d8772ff7de25a62a5ec4f..

index ..93287741d37dbc14f41a6bd6cc09abee17b946ba 100644

--- a/doc/rxvtperl.3.txt
+++ b/doc/rxvtperl.3.txt
@@ -112,6 +112,9 @@ PREPACKAGED EXTENSIONS

            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
diff --git a/src/urxvt.pm b/src/urxvt.pm

index 6367e0ce1693bc61ae2e7f3fab3c3bce5146f093..

index ..94dac8ec33f8fab31a97399db88398f0fb5400dd 100644

--- a/src/urxvt.pm
+++ b/src/urxvt.pm
@@ -129,6 +129,8 @@ paste directly into your (vi :) editor:

    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

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

-- Response ended

-- Page fetched on Sun Jun 2 10:48:56 2024