From bc13c3bffe0537f232a3a8a5b05e0ba18b77d7b8 Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Tue, 25 Dec 2001 12:41:08 +0000 Subject: [w3m-dev 02723] cleanup resizing From: Hironori Sakamoto --- terms.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'terms.c') diff --git a/terms.c b/terms.c index 302b592..3ce3ef8 100644 --- a/terms.c +++ b/terms.c @@ -1,4 +1,4 @@ -/* $Id: terms.c,v 1.25 2001/12/17 15:39:32 ukai Exp $ */ +/* $Id: terms.c,v 1.26 2001/12/25 12:41:08 ukai Exp $ */ /* * An original curses library for EUC-kanji by Akinori ITO, December 1989 * revised by Akinori ITO, January 1995 @@ -2033,9 +2033,6 @@ mouse_init() if (is_xterm) { XTERM_ON; } -#ifdef SIGWINCH - signal(SIGWINCH, resize_hook); -#endif mouseActive = 1; } -- cgit v1.2.3