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

git.thebackupbox.net

rxvt-unicode-sixel

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

commit d1064f2e7290599287cf8b558b5cc6cf978dc311
Author: Marc Lehmann <schmorp@schmorp.de>
Date:   Tue Nov 8 17:35:28 2005 +0000

    *** empty log message ***

diff --git a/README.FAQ b/README.FAQ

index a3d87dd075fd8e16eec20a53c8c37ba529509385..

index ..7c57dc56343fc6b521b5a7437d5322bd7077dbca 100644

--- a/README.FAQ
+++ b/README.FAQ
@@ -51,7 +51,7 @@ FREQUENTLY ASKED QUESTIONS
         Most likely it's the empty definition for "enacs=". Just replace it
         by "enacs=\E[0@" and try again.

-    "bash"'s readline does not work correctly under rxvt.
+    "bash"'s readline does not work correctly under urxvt.
     I need a termcap file entry.
         One reason you might want this is that some distributions or
         operating systems still compile some programs using the
@@ -172,7 +172,7 @@ FREQUENTLY ASKED QUESTIONS
         In that case, select a font of your taste and add it to the font
         list, e.g.:

-           rxvt -fn basefont,font2,font3...
+           urxvt -fn basefont,font2,font3...

         When rxvt-unicode sees a character, it will first look at the base
         font. If the base font does not contain the character, it will go to
@@ -467,7 +467,7 @@ FREQUENTLY ASKED QUESTIONS
         some editors prematurely may leave the mouse in mouse report mode.
         I've heard that tcsh may use mouse reporting unless it otherwise
         specified. A quick check is to see if cut/paste works when the Alt
-        or Shift keys are depressed. See rxvt(7)
+        or Shift keys are depressed. See urxvt(7)

     What's with this bold/blink stuff?
         If no bold colour is set via "colorBD:", bold will invert text using
@@ -532,9 +532,9 @@ FREQUENTLY ASKED QUESTIONS
            URxvt.color7:       #e1dddd
            URxvt.color15:      #e1dddd

-    How can I start rxvtd in a race-free way?
-        Try "rxvtd -f -o", which tells rxvtd to open the display, create the
-        listening socket and then fork.
+    How can I start urxvtd in a race-free way?
+        Try "urxvtd -f -o", which tells urxvtd to open the display, create
+        the listening socket and then fork.

     What's with the strange Backspace/Delete key behaviour?
         Assuming that the physical Backspace key corresponds to the
@@ -557,13 +557,13 @@ FREQUENTLY ASKED QUESTIONS

            # use Backspace = ^H
            $ stty erase ^H
-           $ rxvt
+           $ urxvt

            # use Backspace = ^?
            $ stty erase ^?
-           $ rxvt
+           $ urxvt

-        Toggle with "ESC [ 36 h" / "ESC [ 36 l" as documented in rxvt(7).
+        Toggle with "ESC [ 36 h" / "ESC [ 36 l" as documented in urxvt(7).

         For an existing rxvt-unicode:

@@ -599,7 +599,7 @@ FREQUENTLY ASKED QUESTIONS
         option you can use the `keysym' resource to alter the keystrings
         associated with keysyms.

-        Here's an example for a URxvt session started using "rxvt -name
+        Here's an example for a URxvt session started using "urxvt -name
         URxvt"

            URxvt.keysym.Home:          \033[1~
diff --git a/README.configure b/README.configure

index fdb7612ecc4f98f1c156910d8499c77ab243fe40..

index ..d5ae469bf6c955c96557726d228bba92c74497d8 100644

--- a/README.configure
+++ b/README.configure
@@ -200,7 +200,7 @@ CONFIGURE OPTIONS
           -embed and -pty-fd options

     --enable-iso14755 (default: on)
-        Enable extended ISO 14755 support (see rxvt(1), or doc/rxvt.1.txt).
+        Enable extended ISO 14755 support (see urxvt(1), or doc/rxvt.1.txt).
         Basic support (section 5.1) is enabled by "--enable-frills", while
         support for 5.2, 5.3 and 5.4 is enabled with this switch.

@@ -233,9 +233,9 @@ CONFIGURE OPTIONS
         <http://g.oswego.edu/dl/html/malloc.html> for details.

     --enable-smart-resize (default: on)
-        Add smart growth/shrink behaviour when changing font size via from
-        hot keys. This should keep in a fixed position the rxvt corner which
-        is closest to a corner of the screen.
+        Add smart growth/shrink behaviour when changing font size via hot
+        keys. This should keep in a fixed position the urxvt corner which is
+        closest to a corner of the screen.

     --enable-pointer-blank (default: on)
         Add support to have the pointer disappear when typing or inactive.
diff --git a/doc/rxvt.7.html b/doc/rxvt.7.html

index 700cce10794fe338fb7351ab535e97b6d48b1e9f..

index ..fa5222428ceb6ae3d68c102b65c6c9436a439187 100644

--- a/doc/rxvt.7.html
+++ b/doc/rxvt.7.html
@@ -147,7 +147,7 @@ Most likely it's the empty definition for <code>enacs=</code>. Just replace it b
 <code>enacs=\E[0@</code> and try again.
 </dd>
 <p></p>
-<dt><strong><a name="item_bash_27s_readline_does_not_work_correctly_under_rx"><code>bash</code>'s readline does not work correctly under rxvt.</a></strong><br />
+<dt><strong><a name="item_bash_27s_readline_does_not_work_correctly_under_ur"><code>bash</code>'s readline does not work correctly under urxvt.</a></strong><br />
 </dt>
 <dt><strong><a name="item_i_need_a_termcap_file_entry_2e">I need a termcap file entry.</a></strong><br />
 </dt>
@@ -311,7 +311,7 @@ e.g.:</p>
 </dd>
 <dd>
 <pre>
-   rxvt -fn basefont,font2,font3...</pre>
+   urxvt -fn basefont,font2,font3...</pre>
 </dd>
 <dd>
 <p>When rxvt-unicode sees a character, it will first look at the base
@@ -695,7 +695,7 @@ Make sure that mouse reporting is actually turned off since killing
 some editors prematurely may leave the mouse in mouse report mode. I've
 heard that tcsh may use mouse reporting unless it otherwise specified. A
 quick check is to see if cut/paste works when the Alt or Shift keys are
-depressed. See <code>rxvt(7)</code>
+depressed. See <code>urxvt(7)</code>
 </dd>
 <p></p>
 <dt><strong><a name="item_what_27s_with_this_bold_2fblink_stuff_3f">What's with this bold/blink stuff?</a></strong><br />
@@ -779,10 +779,10 @@ me) as ``pretty girly''.</p>
    URxvt.color15:      #e1dddd</pre>
 </dd>
 <p></p>
-<dt><strong><a name="item_how_can_i_start_rxvtd_in_a_race_2dfree_way_3f">How can I start rxvtd in a race-free way?</a></strong><br />
+<dt><strong><a name="item_how_can_i_start_urxvtd_in_a_race_2dfree_way_3f">How can I start urxvtd in a race-free way?</a></strong><br />
 </dt>
 <dd>
-Try <code>rxvtd -f -o</code>, which tells rxvtd to open the
+Try <code>urxvtd -f -o</code>, which tells urxvtd to open the
 display, create the listening socket and then fork.
 </dd>
 <p></p>
@@ -813,16 +813,16 @@ be used (which may not be the same as your stty setting).</p>
 <pre>
    # use Backspace = ^H
    $ stty erase ^H
-   $ rxvt</pre>
+   $ urxvt</pre>
 </dd>
 <dd>
 <pre>
    # use Backspace = ^?
    $ stty erase ^?
-   $ rxvt</pre>
+   $ urxvt</pre>
 </dd>
 <dd>
-<p>Toggle with <code>ESC [ 36 h</code> / <code>ESC [ 36 l</code> as documented in rxvt(7).</p>
+<p>Toggle with <code>ESC [ 36 h</code> / <code>ESC [ 36 l</code> as documented in urxvt(7).</p>
 </dd>
 <dd>
 <p>For an existing rxvt-unicode:</p>
@@ -870,7 +870,7 @@ you have run ``configure'' with the <a href="#item__2d_2ddisable_2dresources"><c
 use the `keysym' resource to alter the keystrings associated with keysyms.
 </dd>
 <dd>
-<p>Here's an example for a URxvt session started using <code>rxvt -name URxvt</code></p>
+<p>Here's an example for a URxvt session started using <code>urxvt -name URxvt</code></p>
 </dd>
 <dd>
 <pre>
@@ -2835,7 +2835,7 @@ in combination with other switches) is:</p>
 <dt><strong><a name="item_iso14755">--enable-iso14755 (default: on)</a></strong><br />
 </dt>
 <dd>
-Enable extended ISO 14755 support (see rxvt(1), or
+Enable extended ISO 14755 support (see urxvt(1), or
 <em>doc/rxvt.1.txt</em>). Basic support (section 5.1) is enabled by
 <code>--enable-frills</code>, while support for 5.2, 5.3 and 5.4 is enabled with
 this switch.
@@ -2891,8 +2891,8 @@ See <a href="http://g.oswego.edu/dl/html/malloc.html">http://g.oswego.edu/dl/htm
 <dt><strong><a name="item_resize">--enable-smart-resize (default: on)</a></strong><br />
 </dt>
 <dd>
-Add smart growth/shrink behaviour when changing font size via from hot
-keys. This should keep in a fixed position the rxvt corner which is
+Add smart growth/shrink behaviour when changing font size via hot
+keys. This should keep in a fixed position the urxvt corner which is
 closest to a corner of the screen.
 </dd>
 <p></p>
diff --git a/doc/rxvt.7.man.in b/doc/rxvt.7.man.in

index a24434f61383e20f81fc0f588d827a450c942455..

index ..61eeab1ff95c0ee7b7da4467e6cd79270968987a 100644

--- a/doc/rxvt.7.man.in
+++ b/doc/rxvt.7.man.in
@@ -129,7 +129,7 @@
 .\" ========================================================================
 .\"
 .IX Title "rxvt 7"
-.TH rxvt 7 "2005-10-25" "5.8" "RXVT-UNICODE"
+.TH rxvt 7 "2005-11-08" "5.8" "RXVT-UNICODE"
 .SH "NAME"
 RXVT REFERENCE \- FAQ, command sequences and other background information
 .SH "SYNOPSIS"
@@ -2428,8 +2428,8 @@ Use Doug Lea's malloc \- which is good for a production version
 See <http://g.oswego.edu/dl/html/malloc.html> for details.
 .IP "\-\-enable\-smart\-resize (default: on)" 4
 .IX Item "--enable-smart-resize (default: on)"
-Add smart growth/shrink behaviour when changing font size via from hot
-keys. This should keep in a fixed position the rxvt corner which is
+Add smart growth/shrink behaviour when changing font size via hot
+keys. This should keep in a fixed position the @@RXVT_NAME@@ corner which is
 closest to a corner of the screen.
 .IP "\-\-enable\-pointer\-blank (default: on)" 4
 .IX Item "--enable-pointer-blank (default: on)"
diff --git a/doc/rxvt.7.pod b/doc/rxvt.7.pod

index 52c04db9ab1dcf1d6b899ac096779a07cfe62367..

index ..bad66160a8e801a6c64f558d83a9b588f014471a 100644

--- a/doc/rxvt.7.pod
+++ b/doc/rxvt.7.pod
@@ -2462,9 +2462,9 @@ See L<http://g.oswego.edu/dl/html/malloc.html> for details.

 =item --enable-smart-resize (default: on)

-Add smart growth/shrink behaviour when changing font size via from hot
-keys. This should keep in a fixed position the rxvt corner which is
-closest to a corner of the screen.
+Add smart growth/shrink behaviour when changing font size via hot
+keys. This should keep the window corner which is closest to a corner of
+the screen in a fixed position.

 =item --enable-pointer-blank (default: on)

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

index b62661cdb29d7fea2cd6c92a715660406bdb2011..

index ..46fe096ec3d31949ea737eeefe5fb5be55d4fcc4 100644

--- a/doc/rxvt.7.txt
+++ b/doc/rxvt.7.txt
@@ -72,7 +72,7 @@ FREQUENTLY ASKED QUESTIONS
         Most likely it's the empty definition for "enacs=". Just replace it
         by "enacs=\E[0@" and try again.

-    "bash"'s readline does not work correctly under rxvt.
+    "bash"'s readline does not work correctly under urxvt.
     I need a termcap file entry.
         One reason you might want this is that some distributions or
         operating systems still compile some programs using the
@@ -193,7 +193,7 @@ FREQUENTLY ASKED QUESTIONS
         In that case, select a font of your taste and add it to the font
         list, e.g.:

-           rxvt -fn basefont,font2,font3...
+           urxvt -fn basefont,font2,font3...

         When rxvt-unicode sees a character, it will first look at the base
         font. If the base font does not contain the character, it will go to
@@ -488,7 +488,7 @@ FREQUENTLY ASKED QUESTIONS
         some editors prematurely may leave the mouse in mouse report mode.
         I've heard that tcsh may use mouse reporting unless it otherwise
         specified. A quick check is to see if cut/paste works when the Alt
-        or Shift keys are depressed. See rxvt(7)
+        or Shift keys are depressed. See urxvt(7)

     What's with this bold/blink stuff?
         If no bold colour is set via "colorBD:", bold will invert text using
@@ -553,9 +553,9 @@ FREQUENTLY ASKED QUESTIONS
            URxvt.color7:       #e1dddd
            URxvt.color15:      #e1dddd

-    How can I start rxvtd in a race-free way?
-        Try "rxvtd -f -o", which tells rxvtd to open the display, create the
-        listening socket and then fork.
+    How can I start urxvtd in a race-free way?
+        Try "urxvtd -f -o", which tells urxvtd to open the display, create
+        the listening socket and then fork.

     What's with the strange Backspace/Delete key behaviour?
         Assuming that the physical Backspace key corresponds to the
@@ -578,13 +578,13 @@ FREQUENTLY ASKED QUESTIONS

            # use Backspace = ^H
            $ stty erase ^H
-           $ rxvt
+           $ urxvt

            # use Backspace = ^?
            $ stty erase ^?
-           $ rxvt
+           $ urxvt

-        Toggle with "ESC [ 36 h" / "ESC [ 36 l" as documented in rxvt(7).
+        Toggle with "ESC [ 36 h" / "ESC [ 36 l" as documented in urxvt(7).

         For an existing rxvt-unicode:

@@ -620,7 +620,7 @@ FREQUENTLY ASKED QUESTIONS
         option you can use the `keysym' resource to alter the keystrings
         associated with keysyms.

-        Here's an example for a URxvt session started using "rxvt -name
+        Here's an example for a URxvt session started using "urxvt -name
         URxvt"

            URxvt.keysym.Home:          \033[1~
@@ -1871,7 +1871,7 @@ CONFIGURE OPTIONS
           -embed and -pty-fd options

     --enable-iso14755 (default: on)
-        Enable extended ISO 14755 support (see rxvt(1), or doc/rxvt.1.txt).
+        Enable extended ISO 14755 support (see urxvt(1), or doc/rxvt.1.txt).
         Basic support (section 5.1) is enabled by "--enable-frills", while
         support for 5.2, 5.3 and 5.4 is enabled with this switch.

@@ -1904,9 +1904,9 @@ CONFIGURE OPTIONS
         <http://g.oswego.edu/dl/html/malloc.html> for details.

     --enable-smart-resize (default: on)
-        Add smart growth/shrink behaviour when changing font size via from
-        hot keys. This should keep in a fixed position the rxvt corner which
-        is closest to a corner of the screen.
+        Add smart growth/shrink behaviour when changing font size via hot
+        keys. This should keep in a fixed position the urxvt corner which is
+        closest to a corner of the screen.

     --enable-pointer-blank (default: on)
         Add support to have the pointer disappear when typing or inactive.
diff --git a/src/logging.C b/src/logging.C

index 215dc668af361ccc70e7d8ef4f559668bdd7cd69..

index ..a5276da435b775ed7b849c1de7edf6831bebc640 100644

--- a/src/logging.C
+++ b/src/logging.C
@@ -178,7 +178,7 @@ rxvt_term::makeutent (const char *pty, const char *hostname)

     if ((fd0 = fopen (TTYTAB_FILENAME, "r")) != NULL)
       {
-        char            buf[256], name[256];
+        char buf[256], name[256];

         buf[sizeof (buf) - 1] = '\0';
         for (i = 1; (fgets (buf, sizeof (buf) - 1, fd0) != NULL);)

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

-- Response ended

-- Page fetched on Sun Jun 2 09:21:30 2024