]> git.pld-linux.org Git - packages/compat-ncurses5.git/commitdiff
- ncurses-screen-arrows.patch: fix terminfo database: on screen arrow
authorqrczak <qrczak@pld-linux.org>
Thu, 27 Dec 2001 10:45:33 +0000 (10:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  keys generate ^[[A style codes, not ^[OA.
- Release 21.

Changed files:
    ncurses-screen-arrows.patch -> 1.1
    ncurses.spec -> 1.80

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

diff --git a/ncurses-screen-arrows.patch b/ncurses-screen-arrows.patch
new file mode 100644 (file)
index 0000000..81fddb8
--- /dev/null
@@ -0,0 +1,13 @@
+--- ncurses-5.2/misc/terminfo.src~     Thu Dec 27 11:42:16 2001
++++ ncurses-5.2/misc/terminfo.src      Thu Dec 27 11:43:02 2001
+@@ -3228,8 +3228,8 @@
+       cvvis=\E[34l, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, 
+       dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E(B\E)0, 
+       flash=\Eg, home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, 
+-      il=\E[%p1%dL, il1=\E[L, ind=^J, is2=\E)0, kbs=^H, kcub1=\EOD, 
+-      kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kdch1=\E[3~, 
++      il=\E[%p1%dL, il1=\E[L, ind=^J, is2=\E)0, kbs=^H, kcub1=\E[D, 
++      kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, 
+       kend=\E[4~, kf1=\EOP, kf10=\E[21~, kf11=\E[23~, 
+       kf12=\E[24~, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\E[15~, 
+       kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, 
index 742227c593cdbd1715b5b7d663e4c8a0d0d7f36f..2a13063b24094ee4655794d6a1a2328bc0b29d6c 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:       20
+Release:       21
 License:       distributable
 Group:         Libraries
 Group(de):     Libraries
@@ -28,6 +28,7 @@ Patch4:               %{name}-xterm-color.patch
 Patch5:                %{name}-xterm_hpa_fix.patch
 Patch6:                %{name}-rxvt.patch
 Patch7:                %{name}-meta.patch
+Patch8:                %{name}-screen-arrows.patch
 BuildRequires: sharutils
 BuildRequires: sed
 BuildRequires: libstdc++-devel
@@ -248,6 +249,7 @@ sh %{SOURCE2}
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 %build
 CFLAGS="%{rpmcflags} -DPURE_TERMINFO"
This page took 0.072875 seconds and 4 git commands to generate.