-- 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: 4473c27134630082f287aabf0b60ed80e715cfb3:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

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

commit 4473c27134630082f287aabf0b60ed80e715cfb3
Author: Marc Lehmann <schmorp@schmorp.de>
Date:   Wed Feb 25 12:38:36 2004 +0000

    *** empty log message ***

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

index 6b005139a745f8870c835acaba4b22016c99bffb..

index ..41f8a1a6b8f567f47e79702be607b9bd226f6bd0 100644

--- a/README.unicode
+++ b/README.unicode
@@ -7,8 +7,14 @@ Sketchy overview of the details:
   might work and might be broken.

 - wchar_t MUST be UNICODE or ISO-10646-1 on your system, or various things
-  will break down. On GNU/Linux, this is true, on Solaris, this is true
-  only for "@ucs" locales, but you should have plenty of them.
+  will break down. On GNU/Linux, this is true for all locales, on Solaris,
+  this might be true only for locales ending in "@ucs", but you should
+  have plenty of them, as there should be a corresponding @ucs-locale for
+  every normal locale.
+
+  If you know details for other operating systems, please notify me (in
+  general, if your env defines __STDC_ISO_10646__ then everything should
+  be fine).

 - rxvt will use unicode internally, but does input/output in the current
   locale. so to get a utf-8 terminal, use "LC_CTYPE=en_US.UTF-8 rxvt" or
@@ -18,7 +24,9 @@ Sketchy overview of the details:
   using the imLocale ressource or switch, e.g.:
   LC_CTYPE=ja_JP.UTF-8 rxvt -imlocale ja_JP.EUC-JP

-- keyboard input is limited by the selected X locale.
+- keyboard input is limited by the selected locale (and X's support for it),
+  tty input and output likewise. selection support is mostly independent
+  of the locale.

 - "-fn" commandline switch and *.font ressource accepts a comma
   seperated list of fontnames:
diff --git a/src/rxvt.h b/src/rxvt.h

index 1636d51a5560a568f61efcded3b23783af1a69bc..

index ..8733e00c17cb27fa19eb4f826c820f6c32f7983f 100644

--- a/src/rxvt.h
+++ b/src/rxvt.h
@@ -155,7 +155,7 @@ struct mouse_event {
 # define COLORTERMENVFULL COLORTERMENV
 #endif
 #ifndef TERMENV
-# define TERMENV        "xterm"
+# define TERMENV        "rxvt"
 #endif

 #if defined (NO_MOUSE_REPORT) && !defined (NO_MOUSE_REPORT_SCROLLBAR)

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

-- Response ended

-- Page fetched on Sun Jun 2 12:41:53 2024