repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 191ed4141a4368bab9eda42dc0caf0635545adae:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 191ed4141a4368bab9eda42dc0caf0635545adae
Author: Marc Lehmann 
Date:   Wed Jul 13 02:24:03 2005 +0000

    *** empty log message ***

diff --git a/Changes b/Changes
index 23caa29c6a74c9de39ebab9444f82b55eb416662..
index ..1f6b9bc712ab61a01115317f438e27aa7680bdcb 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,3 @@
-TODO: enacs= should contain some dummy sequence
 TODO: Make change? [y... flood freezes until outputter is being killed
 TODO: do font request caching, might help rxvtd on some machines
 TODO: safer command: keymap processing.
@@ -14,8 +13,7 @@ WISH: tabbed windows (hey, just use screen...)
 WISH: just for fun, do shade and tint with XRender.

 	- implement some useful (hopefully) options for rxvtd.
-        - seperate and improved rxvtc(1) and rxvtd(1) manpages.
-        - empty enacs= specification caused problems, removed it.
+        - separate and improved rxvtc(1) and rxvtd(1) manpages.
         - fix a bug that caused segfaults on startup on systems that do
           not support local unix connections, e.g cygwin. (btw, I didn't
           even know about the -rootless and -multiwindow Cygwin/X modes).
diff --git a/doc/etc/rxvt-unicode.terminfo b/doc/etc/rxvt-unicode.terminfo
index f269db2de8b1b51a4ad4e7032031c1431d3536ec..
index ..18dd7729f56436c67d6fdf363c4da2d86deef39b 100644
--- a/doc/etc/rxvt-unicode.terminfo
+++ b/doc/etc/rxvt-unicode.terminfo
@@ -41,7 +41,7 @@ rxvt-unicode|rxvt-unicode terminal (X Window System),
 	rs1=\Ec,
 	rs2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E>, 
 	sgr0=\E[m\017, 
-	smacs=\E(0, rmacs=\E(B,
+	enacs=, smacs=\E(0, rmacs=\E(B,
 	smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
 	vpa=\E[%i%p1%dd, 
 	colors#88, pairs#256, btns#5, lm#0,
diff --git a/doc/rxvt.7.pod b/doc/rxvt.7.pod
index 5d2614426a9b8c6df584d05cd5a83ebbf5f66412..
index ..bf3709900cb2f74f62b045f3e7787277f9668dcb 100644
--- a/doc/rxvt.7.pod
+++ b/doc/rxvt.7.pod
@@ -33,13 +33,14 @@ sequence C sets the window title to the version number.

 =item I am using Debian GNU/Linux and have a problem...

-The Debian GNU/Linux package of rxvt-unicode contains large patches that
-considerably change the behaviour of rxvt-unicode. Before reporting a
-bug to the original rxvt-unicode author please download and install the
-genuine version (L) and try to
-reproduce the problem. If you cannot, chances are that the problems are
-specific to Debian GNU/Linux, in which case it should be reported via the
-Debian Bug Tracking System (use C to report the bug).
+The Debian GNU/Linux package of rxvt-unicode in sarge contains large
+patches that considerably change the behaviour of rxvt-unicode. Before
+reporting a bug to the original rxvt-unicode author please download and
+install the genuine version (L)
+and try to reproduce the problem. If you cannot, chances are that the
+problems are specific to Debian GNU/Linux, in which case it should be
+reported via the Debian Bug Tracking System (use C to report
+the bug).

 For other problems that also affect the Debian package, you can and
 probably should use the Debian BTS, too, because, after all, it's also a
@@ -74,6 +75,11 @@ resource to set it:
 If you don't plan to use B (quite common...) you could also replace
 the rxvt terminfo file with the rxvt-unicode one.

+=item C outputs some error when compiling the terminfo entry.
+
+Most likely it's the empty definition for C. Just replace it by
+C and try again.
+
 =item C's readline does not work correctly under @@RXVT_NAME@@.

 =item I need a termcap file entry.

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