]> git.pld-linux.org Git - packages/w3m.git/commitdiff
- patch to not reset terminal to iso-8859-1 on exit - it was really annoying w3m-0_2_0-2
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 5 Apr 2001 22:40:05 +0000 (22:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    w3m-dontresetiso2.patch -> 1.1
    w3m.spec -> 1.20

w3m-dontresetiso2.patch [new file with mode: 0644]
w3m.spec

diff --git a/w3m-dontresetiso2.patch b/w3m-dontresetiso2.patch
new file mode 100644 (file)
index 0000000..9882e09
--- /dev/null
@@ -0,0 +1,15 @@
+diff -Nur w3m-0.2.0.orig/terms.c w3m-0.2.0/terms.c
+--- w3m-0.2.0.orig/terms.c     Wed Feb  7 07:20:14 2001
++++ w3m-0.2.0/terms.c  Thu Apr  5 23:56:31 2001
+@@ -313,11 +313,6 @@
+ void
+ reset_tty(void)
+ {
+-    if (DisplayCode != CODE_EUC && DisplayCode != CODE_SJIS)
+-#if defined(__EMX__)&&!defined(JP_CHARSET)
+-      if(!CodePage)
+-#endif
+-      writestr("\033(B");     /* designate US_ASCII */
+     writestr(T_op);           /* turn off */
+     writestr(T_me);
+     if (!Do_not_use_ti_te) {
index 910b9f8879026dee4d4ae54caea5336e900dca35..2349cba3a53a4e1261b0884da393ef66cd856765 100644 (file)
--- a/w3m.spec
+++ b/w3m.spec
@@ -5,7 +5,7 @@ Summary(pl):    Przegl
 Summary(tr):   Metin ekranda WWW tarayýcý
 Name:          w3m
 Version:       0.2.0
-Release:       1
+Release:       2
 Epoch:         1
 License:       GPL
 Group:         Applications/Networking
@@ -14,6 +14,7 @@ Group(pl):    Aplikacje/Sieciowe
 Source0:       ftp://ei5nazha.yz.yamagata-u.ac.jp/w3m/%{name}-%{version}.tar.gz
 Patch0:                %{name}-config.patch
 Patch1:                %{name}-not-constant.patch
+Patch2:                %{name}-dontresetiso2.patch
 URL:           http://ei5nazha.yz.yamagata-u.ac.jp/~aito/w3m/eng/
 BuildRequires: ncurses-devel >= 5.0
 BuildRequires: openssl-devel >= 0.9.4-2
@@ -48,6 +49,7 @@ formlar ve tablolar i
 %setup -q
 %patch0 -p1 
 %patch1 -p1
+%patch2 -p1
 
 %build
 find -name CVS -type d |xargs rm -rf 
This page took 0.055057 seconds and 4 git commands to generate.