call of init_win32_console_handle deleted

This commit is contained in:
Dai Sato
2001-11-24 16:32:10 +00:00
parent 1f650c7299
commit 7bf591ea6c
2 changed files with 5 additions and 4 deletions

View File

@@ -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

View File

@@ -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();
}