repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: f0e4416e8257b5a24919855ff3aa691b9e46fc9d:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit f0e4416e8257b5a24919855ff3aa691b9e46fc9d
Author: Marc Lehmann 
Date:   Fri Dec 21 13:19:08 2007 +0000

    *** empty log message ***

diff --git a/Changes b/Changes
index 37302ecd39f337d85427956f721c79b86b6f7eea..
index ..0a7818724021629860e8b8ad47729fb6fc651a4e 100644
--- a/Changes
+++ b/Changes
@@ -17,9 +17,10 @@ WISH: load system-wide config file even if we don't have one
 WISH: look into XAddConnectionWatch, does anybody need that?
 DUMB: support tex fonts

-	- fix redraw bug in xterm scrollbar with -sr (reported by Mikachu).
 	- fix the issue where urxvtd would not immediately close a window
           when the command exited but only on the next X event.
+        - changed terminfo file not to use application keypad mode.
+	- fix redraw bug in xterm scrollbar with -sr (reported by Mikachu).
         - correctly provide dependencies for libev (µikachu).

 8.8  Sat Dec 15 19:40:39 CET 2007
diff --git a/doc/etc/rxvt-unicode.terminfo b/doc/etc/rxvt-unicode.terminfo
index e393a84ef7499d23e2815b881aec4c784539de81..
index ..92a2bfa2c6eb7d8d10e2636b3feffa93bcf00db4 100644
--- a/doc/etc/rxvt-unicode.terminfo
+++ b/doc/etc/rxvt-unicode.terminfo
@@ -22,8 +22,8 @@ rxvt-unicode|rxvt-unicode terminal (X Window System),
         ka1=\EOw, ka3=\EOy,
         kb2=\EOu,
 	kc1=\EOq, kc3=\EOs,
-        kcbt=\E[Z, kcub1=\EOD, kcud1=\EOB, 
-	kcuf1=\EOC, kcuu1=\EOA, kdch1=\E[3~, kel=\E[8\^, 
+        kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B, 
+	kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, kel=\E[8\^, 
 	kend=\E[8~, kent=\EOM, kf1=\E[11~, kf10=\E[21~, 
 	kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, 
 	kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, 
@@ -47,7 +47,7 @@ rxvt-unicode|rxvt-unicode terminal (X Window System),
 	smam=\E[?7h, rmam=\E[?7l,
 	smir=\E[4h, rmir=\E[4l,
 	smcup=\E[?1049h, rmcup=\E[r\E[?1049l, 
-	smkx=\E[?1h\E=, rmkx=\E[?1l\E>,
+	smkx=\E=, rmkx=\E>,
 	indn=\E[%p1%dS, rin=\E[%p1%dT,
 	sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m%?%p9%t\E(0%e\E(B%;, 
 	op=\E[39;49m, 
diff --git a/doc/rxvt.7.pod b/doc/rxvt.7.pod
index 603c2587e9f49f9c7eb238454c4da626bdc0b667..
index ..5a48c2b88986287568e21ca31f3d665420a74e34 100644
--- a/doc/rxvt.7.pod
+++ b/doc/rxvt.7.pod
@@ -486,7 +486,7 @@ To get a selection that is very similar to the old code, try this pattern:

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

-Please also note that the I combination also
+Please also note that the I combination also
 selects words like the old code.

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

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