From 1ea5754180cd4cd12ead0125323619ecec3ac1db Mon Sep 17 00:00:00 2001 From: root Date: Fri, 21 Dec 2007 13:19:07 +0000 Subject: [PATCH] *** empty log message *** --- Changes | 3 ++- doc/etc/rxvt-unicode.terminfo | 6 +++--- doc/rxvt.7.pod | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Changes b/Changes index 37302ecd..0a781872 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 e393a84e..92a2bfa2 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 603c2587..5a48c2b8 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? -- 2.34.1