call of init_win32_console_handle deleted
This commit is contained in:
@@ -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>
|
2001-11-25 Rin Okuyama <okuyama@cna.ne.jp>
|
||||||
|
|
||||||
* [w3m-dev 02533] setpgrp bug in configure
|
* [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 <signal.h>
|
||||||
#include "fm.h"
|
#include "fm.h"
|
||||||
|
|
||||||
@@ -162,9 +162,6 @@ fmInit(void)
|
|||||||
{
|
{
|
||||||
if (!fmInitialized) {
|
if (!fmInitialized) {
|
||||||
initscr();
|
initscr();
|
||||||
#if defined( __CYGWIN__ ) && defined( JP_CHARSET )
|
|
||||||
init_win32_console_handle();
|
|
||||||
#endif
|
|
||||||
term_raw();
|
term_raw();
|
||||||
term_noecho();
|
term_noecho();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user