]> git.pld-linux.org Git - packages/compat-ncurses5.git/commitdiff
- ncurses-rxvt.patch: our rxvt is compiled with -DLINUX_KEYS and thus
authorqrczak <qrczak@pld-linux.org>
Mon, 26 Nov 2001 18:36:08 +0000 (18:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  Home & End generate ^[[1~ & ^[[4~, not ^[[7 & ^[[8. If you don't like
  this patch, change rxvt instead!
- release 18

Changed files:
    ncurses-rxvt.patch -> 1.1
    ncurses.spec -> 1.76

ncurses-rxvt.patch [new file with mode: 0644]
ncurses.spec

diff --git a/ncurses-rxvt.patch b/ncurses-rxvt.patch
new file mode 100644 (file)
index 0000000..6c68fa6
--- /dev/null
@@ -0,0 +1,17 @@
+--- ncurses-5.2/misc/terminfo.src~     Mon Nov 26 19:15:35 2001
++++ ncurses-5.2/misc/terminfo.src      Mon Nov 26 19:16:57 2001
+@@ -2955,12 +2955,12 @@
+       kPRV=\E[5$, kRIT=\E[c, ka1=\EOw, ka3=\EOy, kb2=\EOu, kbs=^H, 
+       kc1=\EOq, kc3=\EOs, 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~, 
++      kend=\E[4~, 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~, 
+       kf19=\E[33~, kf2=\E[12~, kf20=\E[34~, kf3=\E[13~, 
+       kf4=\E[14~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, 
+-      kf9=\E[20~, kfnd=\E[1~, khome=\E[7~, kich1=\E[2~, 
++      kf9=\E[20~, kfnd=\E[1~, khome=\E[1~, kich1=\E[2~, 
+       kmous=\E[M, knp=\E[6~, kpp=\E[5~, kslt=\E[4~, rc=\E8, 
+       rev=\E[7m, ri=\EM, rmacs=^O, rmcup=\E[2J\E[?47l\E8, 
+       rmir=\E[4l, rmkx=\E>, rmso=\E[27m, rmul=\E[24m, 
index b2506160a3ac4e5333db533cc07700601e7b4bda..541422ede131315b4626700314811642aead6887 100644 (file)
@@ -7,7 +7,7 @@ Summary(pt_BR): Biblioteca de controle de terminal curses
 Summary(tr):   Terminal kontrol kitaplýðý
 Name:          ncurses
 Version:       5.2
-Release:       17
+Release:       18
 License:       distributable
 Group:         Libraries
 Group(de):     Libraries
@@ -26,6 +26,7 @@ Patch2:               %{name}-no_symlinks.patch
 Patch3:                %{name}-screen_hpa_fix.patch
 Patch4:                %{name}-xterm-color.patch
 Patch5:                %{name}-xterm_hpa_fix.patch
+Patch6:                %{name}-rxvt.patch
 BuildRequires: sharutils
 BuildRequires: sed
 BuildRequires: libstdc++-devel
@@ -244,6 +245,7 @@ sh %{SOURCE2}
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
 CFLAGS="%{rpmcflags} -DPURE_TERMINFO"
This page took 0.195005 seconds and 4 git commands to generate.