diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | display.c | 5 |
2 files changed, 5 insertions, 4 deletions
@@ -1,3 +1,7 @@ +2001-11-25 Dai Sato <satodai@dog.intcul.tohoku.ac.jp> + + * display.c: call of init_win32_console_handle is deleted + 2001-11-25 Rin Okuyama <okuyama@cna.ne.jp> * [w3m-dev 02533] setpgrp bug in configure @@ -1,4 +1,4 @@ -/* $Id: display.c,v 1.8 2001/11/24 02:01:26 ukai Exp $ */ +/* $Id: display.c,v 1.9 2001/11/24 16:32:10 inu Exp $ */ #include <signal.h> #include "fm.h" @@ -162,9 +162,6 @@ fmInit(void) { if (!fmInitialized) { initscr(); -#if defined( __CYGWIN__ ) && defined( JP_CHARSET ) - init_win32_console_handle(); -#endif term_raw(); term_noecho(); } |