aboutsummaryrefslogtreecommitdiffstats
path: root/terms.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2001-12-25 12:41:08 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2001-12-25 12:41:08 +0000
commitbc13c3bffe0537f232a3a8a5b05e0ba18b77d7b8 (patch)
treefd2d4bd440cf338a549fb0b91cd2f91589a8a698 /terms.c
parent[w3m-dev 02721] (diff)
downloadw3m-bc13c3bffe0537f232a3a8a5b05e0ba18b77d7b8.tar.gz
w3m-bc13c3bffe0537f232a3a8a5b05e0ba18b77d7b8.zip
[w3m-dev 02723] cleanup resizing
From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
Diffstat (limited to '')
-rw-r--r--terms.c5
1 files changed, 1 insertions, 4 deletions
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;
}