-- 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: 8d3f65eae469809c90c997bca879aaac743426e1:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

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

commit 8d3f65eae469809c90c997bca879aaac743426e1
Author: Marc Lehmann <schmorp@schmorp.de>
Date:   Sat Apr 4 13:58:55 2009 +0000

    ugh, nano

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

index ea916df46b618110a7dd029a2ee3a128a6b193a9..

index ..a6f51b5a5acb0d8f622f98e92272b1eb1ad96ee8 100644

--- a/doc/rxvt.7.pod
+++ b/doc/rxvt.7.pod
@@ -859,13 +859,14 @@ The terminal description used by rxvt-unicode is not as widely available
 as that for xterm, or even rxvt (for which the same problem often arises).

 The correct solution for this problem is to install the terminfo, this can
-be done like this (with ncurses' infocmp and works as user and admin):
+be done by simply installing rxvt-unicode on the remote system as well
+(in case you have a nice package manager ready), or you can install the
+terminfo database manually like this (with ncurses infocmp. works as
+user and root):

    REMOTE=remotesystem.domain
    infocmp rxvt-unicode | ssh $REMOTE "mkdir -p .terminfo && cat >/tmp/ti && tic /tmp/ti"

-... or by installing rxvt-unicode normally on the remote system,
-
 One some systems you might need to set C<$TERMINFO> to the full path of
 F<$HOME/.terminfo> for this to work.

@@ -884,6 +885,12 @@ resource to set it:
 If you don't plan to use B<rxvt> (quite common...) you could also replace
 the rxvt terminfo file with the rxvt-unicode one and use C<TERM=rxvt>.

+=head3 nano fails with "Error opening terminal: rxvt-unicode"
+
+This exceptionally confusing and useless error message is printed by nano
+when it can't find the terminfo database. Nothing is wrong with your
+terminal, read the previous answer for a solution.
+
 =head3 C<tic> outputs some error when compiling the terminfo entry.

 Most likely it's the empty definition for C<enacs=>. Just replace it by
diff --git a/src/rxvtfont.C b/src/rxvtfont.C

index ad93c535d88073add8216ab01ade6a9b3fc06393..

index ..62a8033178f6394ee6d6d64ee1566828e63c3f29 100644

--- a/src/rxvtfont.C
+++ b/src/rxvtfont.C
@@ -81,8 +81,8 @@ const struct rxvt_fallback_font {
 #if ENCODING_JP || ENCODING_JP_EXT
 # if XFT
   // prefer xft for complex scripts
-  { CS_JIS0208_1990_0, "xft:Kochi Gothic:antialias=false"          },
   { CS_JIS0208_1990_0, "xft:Sazanami Mincho:antialias=false"       },
+  { CS_JIS0208_1990_0, "xft:Kochi Gothic:antialias=false"          },
   { CS_JIS0208_1990_0, "xft:Mincho:antialias=false"                },
   { CS_JIS0208_1990_0, "xft::lang=ja:antialias=false"              },
 # endif

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

-- Response ended

-- Page fetched on Sun Jun 2 14:14:02 2024