diff options
author | Dai Sato <satodai@dog.intcul.tohoku.ac.jp> | 2001-11-24 16:32:10 +0000 |
---|---|---|
committer | Dai Sato <satodai@dog.intcul.tohoku.ac.jp> | 2001-11-24 16:32:10 +0000 |
commit | 7bf591ea6c8060365ef1e571967fc6ad5940ffba (patch) | |
tree | 4cb1f2ea0aa52d3bcd931bd65ca3a7dcf265b809 | |
parent | [w3m-dev 02533] setpgrp bug in configure (diff) | |
download | w3m-7bf591ea6c8060365ef1e571967fc6ad5940ffba.tar.gz w3m-7bf591ea6c8060365ef1e571967fc6ad5940ffba.zip |
call of init_win32_console_handle deleted
-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(); } |