w3m

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/w3m.git/
Log | Files | Refs | README

commit 4dcedfb0baebcc5b8e7d2286bd35ad1ef67e3768
parent 3515d0e7f830aaedde1233c7d3bc759ad477d506
Author: inu <inu>
Date:   Sat, 24 Nov 2001 16:32:10 +0000

call of init_win32_console_handle deleted

Diffstat:
MChangeLog | 4++++
Mdisplay.c | 3---
2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -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 diff --git a/display.c b/display.c @@ -162,9 +162,6 @@ fmInit(void) { if (!fmInitialized) { initscr(); -#if defined( __CYGWIN__ ) && defined( JP_CHARSET ) - init_win32_console_handle(); -#endif term_raw(); term_noecho(); }