*** empty log message ***
authorroot <root>
Fri, 21 Dec 2007 13:19:07 +0000 (13:19 +0000)
committerroot <root>
Fri, 21 Dec 2007 13:19:07 +0000 (13:19 +0000)
Changes
doc/etc/rxvt-unicode.terminfo
doc/rxvt.7.pod

diff --git a/Changes b/Changes
index 37302ecd39f337d85427956f721c79b86b6f7eea..0a7818724021629860e8b8ad47729fb6fc651a4e 100644 (file)
--- 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
index e393a84ef7499d23e2815b881aec4c784539de81..92a2bfa2c6eb7d8d10e2636b3feffa93bcf00db4 100644 (file)
@@ -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, 
index 603c2587e9f49f9c7eb238454c4da626bdc0b667..5a48c2b88986287568e21ca31f3d665420a74e34 100644 (file)
@@ -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<LeftClick Shift-LeftClik> combination also
+Please also note that the I<LeftClick Shift-LeftClick> 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?