-- 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: f5ec669215a0244e6c0bdfe92352b5ccaf053d1a:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

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

commit f5ec669215a0244e6c0bdfe92352b5ccaf053d1a
Author: Marc Lehmann <schmorp@schmorp.de>
Date:   Tue Jan 31 00:56:07 2006 +0000

    *** empty log message ***

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

index 43594ba6333103d3b8890dc210a5484e23ee408c..

index ..e7973203c930d8794154cbdd00cd200fd9cdf2fe 100644

--- a/doc/rxvt.7.html
+++ b/doc/rxvt.7.html
@@ -16,6 +16,11 @@
 	<li><a href="#synopsis">SYNOPSIS</a></li>
 	<li><a href="#description">DESCRIPTION</a></li>
 	<li><a href="#frequently_asked_questions">FREQUENTLY ASKED QUESTIONS</a></li>
+	<ul>
+
+		<li><a href="#the_new_selection_selects_pieces_that_are_too_big__how_can_i_select">The new selection selects pieces that are too big, how can I select</a></li>
+	</ul>
+
 	<li><a href="#rxvt_technical_reference">RXVT TECHNICAL REFERENCE</a></li>
 	<li><a href="#description">DESCRIPTION</a></li>
 	<li><a href="#definitions">Definitions</a></li>
@@ -62,34 +67,22 @@ all escape sequences, and other background information.</p>
 </p>
 <hr />
 <h1><a name="frequently_asked_questions">FREQUENTLY ASKED QUESTIONS</a></h1>
-<dl>
-<dt><strong><a name="item_the_new_selection_selects_pieces_that_are_too_big_">The new selection selects pieces that are too big, how can I select
-single words?</a></strong><br />
-</dt>
-<dd>
-Yes. For example, if you want to select alphanumeric words, you can use
-the following resource:
-</dd>
-<dd>
+<p>
+</p>
+<h2><a name="the_new_selection_selects_pieces_that_are_too_big__how_can_i_select_single_words">The new selection selects pieces that are too big, how can I select
+single words?</a></h2>
+<p>Yes. For example, if you want to select alphanumeric words, you can use
+the following resource:</p>
 <pre>
    URxvt.selection.pattern-0: ([[:word:]]+)</pre>
-</dd>
-<dd>
 <p>If you click more than twice, the selection will be extended
 more and more.</p>
-</dd>
-<dd>
 <p>To get a selection that is very similar to the old code, try this pattern:</p>
-</dd>
-<dd>
 <pre>
    URxvt.selection.pattern-0: ([^&quot;&amp;'()*,;&lt;=&gt;?@[\\\\]^`{|})]+)</pre>
-</dd>
-<dd>
 <p>Please also note that the <em>LeftClick Shift-LeftClik</em> combination also
 selects words like the old code.</p>
-</dd>
-<p></p>
+<dl>
 <dt><strong><a name="item_i_don_27t_like_the_new_selection_2fpopups_2fhotkey">I don't like the new selection/popups/hotkeys/perl, how do I
 change/disable it?</a></strong><br />
 </dt>
diff --git a/doc/rxvt.7.man.in b/doc/rxvt.7.man.in

index e954ca304b006af13dcf302b90068ac94d2127a4..

index ..af701a259fca3e95c3494674699d6a6360d15521 100644

--- a/doc/rxvt.7.man.in
+++ b/doc/rxvt.7.man.in
@@ -157,24 +157,24 @@ The newest version of this document is also available on the World Wide Web at
 <http://cvs.schmorp.de/browse/*checkout*/rxvt\-unicode/doc/rxvt.7.html>.
 .SH "FREQUENTLY ASKED QUESTIONS"
 .IX Header "FREQUENTLY ASKED QUESTIONS"
-.IP "The new selection selects pieces that are too big, how can I select single words?" 4
-.IX Item "The new selection selects pieces that are too big, how can I select single words?"
+.Sh "The new selection selects pieces that are too big, how can I select single words?"
+.IX Subsection "The new selection selects pieces that are too big, how can I select single words?"
 Yes. For example, if you want to select alphanumeric words, you can use
 the following resource:
-.Sp
+.PP
 .Vb 1
 \&   URxvt.selection.pattern-0: ([[:word:]]+)
 .Ve
-.Sp
+.PP
 If you click more than twice, the selection will be extended
 more and more.
-.Sp
+.PP
 To get a selection that is very similar to the old code, try this pattern:
-.Sp
+.PP
 .Vb 1
 \&   URxvt.selection.pattern-0: ([^"&'()*,;<=>?@[\e\e\e\e]^`{|})]+)
 .Ve
-.Sp
+.PP
 Please also note that the \fILeftClick Shift-LeftClik\fR combination also
 selects words like the old code.
 .IP "I don't like the new selection/popups/hotkeys/perl, how do I change/disable it?" 4
diff --git a/doc/rxvt.7.pod b/doc/rxvt.7.pod

index 04cbde402943a2af75463aa108181bde4cbaf133..

index ..3228374bbd03d8359be353b19e4ffab114b7c28b 100644

--- a/doc/rxvt.7.pod
+++ b/doc/rxvt.7.pod
@@ -23,9 +23,7 @@ L<http://cvs.schmorp.de/browse/*checkout*/rxvt-unicode/doc/rxvt.7.html>.

 =head1 FREQUENTLY ASKED QUESTIONS

-=over 4
-
-=item The new selection selects pieces that are too big, how can I select
+=head2 The new selection selects pieces that are too big, how can I select
 single words?

 Yes. For example, if you want to select alphanumeric words, you can use
@@ -43,6 +41,8 @@ To get a selection that is very similar to the old code, try this pattern:
 Please also note that the I<LeftClick Shift-LeftClik> combination also
 selects words like the old code.

+=over 4
+
 =item I don't like the new selection/popups/hotkeys/perl, how do I
 change/disable it?

diff --git a/doc/rxvt.7.txt b/doc/rxvt.7.txt

index ac014332e83a12843d346248a7233e717f9bc3ef..

index ..876bc9edac48cf42159be9e11e43c5f80da09d94 100644

--- a/doc/rxvt.7.txt
+++ b/doc/rxvt.7.txt
@@ -20,23 +20,23 @@ DESCRIPTION
     <http://cvs.schmorp.de/browse/*checkout*/rxvt-unicode/doc/rxvt.7.html>.

 FREQUENTLY ASKED QUESTIONS
-    The new selection selects pieces that are too big, how can I select
-    single words?
-        Yes. For example, if you want to select alphanumeric words, you can
-        use the following resource:
+  The new selection selects pieces that are too big, how can I select
+single words?
+    Yes. For example, if you want to select alphanumeric words, you can use
+    the following resource:

-           URxvt.selection.pattern-0: ([[:word:]]+)
+       URxvt.selection.pattern-0: ([[:word:]]+)

-        If you click more than twice, the selection will be extended more
-        and more.
+    If you click more than twice, the selection will be extended more and
+    more.

-        To get a selection that is very similar to the old code, try this
-        pattern:
+    To get a selection that is very similar to the old code, try this
+    pattern:

-           URxvt.selection.pattern-0: ([^"&'()*,;<=>?@[\\\\]^`{|})]+)
+       URxvt.selection.pattern-0: ([^"&'()*,;<=>?@[\\\\]^`{|})]+)

-        Please also note that the *LeftClick Shift-LeftClik* combination
-        also selects words like the old code.
+    Please also note that the *LeftClick Shift-LeftClik* combination also
+    selects words like the old code.

     I don't like the new selection/popups/hotkeys/perl, how do I
     change/disable it?

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

-- Response ended

-- Page fetched on Sun Jun 2 13:35:10 2024