[w3m-dev 02511]

From: Tsutomu Okada <okada@furuno.co.jp>
This commit is contained in:
Fumitoshi UKAI
2001-11-22 19:44:33 +00:00
parent 0bcbbfbe11
commit 7b7ea95912
2 changed files with 6 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: terms.c,v 1.14 2001/11/22 15:02:17 ukai Exp $ */
/* $Id: terms.c,v 1.15 2001/11/22 19:44:33 ukai Exp $ */
/*
* An original curses library for EUC-kanji by Akinori ITO, December 1989
* revised by Akinori ITO, January 1995
@@ -56,6 +56,7 @@ extern int CodePage;
#include <windows.h>
static HANDLE hConIn;
static int isWin95;
static int isWinConsole;
static INPUT_RECORD *ConInV;
static int iConIn, nConIn, nConInMax;
#ifdef USE_MOUSE