repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: f0e4416e8257b5a24919855ff3aa691b9e46fc9d: path_to: revision_to:
commit f0e4416e8257b5a24919855ff3aa691b9e46fc9d Author: Marc LehmannDate: Fri Dec 21 13:19:08 2007 +0000 *** empty log message *** diff --git a/Changes b/Changes
--- 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
--- 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
--- 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-----