[w3m-dev 04396] Re: "normal" bugs from bugs.debian.org

[email protected] Fri, 13 Aug 2010 17:52:55 +0900
Newsgroups gmane.comp.web.w3m.devel
Message-ID <[email protected]>
On Fri, Aug 13, 2010 at 02:20:36AM +0900, [email protected] wrote:
> not suitable for use in BROWSER
> http://bugs.debian.org/568923
> 
> TERM が設定されていないときは 0 以外で値で終了してほしい。

こんな感じで大丈夫でしょうか?
-- 
Regards,
	dai

GPG Fingerprint = 0B29 D88E 42E6 B765 B8D8 EA50 7839 619D D439 668E

--- w3m-0813/terms.c.orig	2010-08-04 23:57:21.000000000 +0900
+++ w3m-0813/terms.c	2010-08-13 17:50:47.000000000 +0900
@@ -645,7 +645,7 @@ reset_exit(SIGNAL_ARG)
 	mouse_end();
 #endif				/* USE_MOUSE */
     reset_tty();
-    w3m_exit(0);
+    w3m_exit(1);
     SIGNAL_RETURN;
 }