]> git.pld-linux.org Git - packages/compat-ncurses5.git/commitdiff
- Hmm, the story of arrow keys on 'screen' is more complicated. Revert
authorqrczak <qrczak@pld-linux.org>
Thu, 27 Dec 2001 18:46:53 +0000 (18:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  the last change, I don't know why it works better that way.
- Release 22.

Changed files:
    ncurses-screen-arrows.patch -> 1.2
    ncurses.spec -> 1.81

ncurses-screen-arrows.patch [deleted file]
ncurses.spec

diff --git a/ncurses-screen-arrows.patch b/ncurses-screen-arrows.patch
deleted file mode 100644 (file)
index 81fddb8..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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 2a13063b24094ee4655794d6a1a2328bc0b29d6c..c2a27b9965d9439ec3527f30f2ddb85fb771cc37 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:       21
+Release:       22
 License:       distributable
 Group:         Libraries
 Group(de):     Libraries
@@ -28,7 +28,6 @@ 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
@@ -249,7 +248,6 @@ sh %{SOURCE2}
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
-%patch8 -p1
 
 %build
 CFLAGS="%{rpmcflags} -DPURE_TERMINFO"
This page took 0.15443 seconds and 4 git commands to generate.