]> git.pld-linux.org Git - packages/compat-ncurses5.git/commitdiff
- ncurses-gnome-terminal.patch:
authorqrczak <qrczak@pld-linux.org>
Mon, 3 Mar 2003 09:43:12 +0000 (09:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  correct Backspace sequence for gnome-terminal.
- Release 3.

Changed files:
    ncurses-gnome-terminal.patch -> 1.1
    ncurses.spec -> 1.106

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

diff --git a/ncurses-gnome-terminal.patch b/ncurses-gnome-terminal.patch
new file mode 100644 (file)
index 0000000..43413b9
--- /dev/null
@@ -0,0 +1,11 @@
+--- ncurses-5.3/misc/terminfo.src~     Mon Mar  3 03:23:15 2003
++++ ncurses-5.3/misc/terminfo.src      Mon Mar  3 03:24:52 2003
+@@ -3044,7 +3044,7 @@
+ #     it hangs in tack after running function-keys test.
+ gnome-rh72|GNOME Terminal, 
+       bce, 
+-      civis=\E[?25l, cnorm=\E[?25h, kdch1=\E[3~, kf1=\EOP, 
++      civis=\E[?25l, cnorm=\E[?25h, kbs=\177, kdch1=\E[3~, kf1=\EOP, 
+       kf2=\EOQ, kf3=\EOR, kf4=\EOS, rmam=\E[?7l, 
+       sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;m%?%p9%t\016%e\017%;, 
+       smam=\E[?7h, tbc@, use=xterm-color, 
index 619839df13df07b7daa529bd2059ced6e5470361..3960ee342cd4ab11570d69185c00faccb23f6da7 100644 (file)
@@ -12,7 +12,7 @@ Summary(tr):  Terminal kontrol kitapl
 Summary(uk):   ncurses - ÎÏ×Á Â¦Â̦ÏÔÅËÁ ËÅÒÕ×ÁÎÎÑ ÔÅÒͦÎÁÌÁÍÉ
 Name:          ncurses
 Version:       5.3
-Release:       2
+Release:       3
 License:       distributable
 Group:         Libraries
 Source0:       ftp://dickey.his.com/ncurses/%{name}-%{version}.tar.gz
@@ -28,6 +28,7 @@ Patch7:               %{name}-meta.patch
 Patch8:                %{name}-ac_hack.patch
 Patch9:                %{name}-xterm-home-end.patch
 Patch10:       %{name}-mouse_trafo-warning.patch
+Patch11:       %{name}-gnome-terminal.patch
 %{!?_without_cxx:BuildRequires:        libstdc++-devel}
 BuildRequires: sharutils
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -258,6 +259,7 @@ Pakiet ten zawiera biblioteki statyczne C++ ncurses.
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
 
 %build
 CFLAGS="%{rpmcflags} -DPURE_TERMINFO"
This page took 0.150967 seconds and 4 git commands to generate.