aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
Diffstat (limited to 'fm.h')
-rw-r--r--fm.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/fm.h b/fm.h
index e3bf3a3..f57af1c 100644
--- a/fm.h
+++ b/fm.h
@@ -1,4 +1,4 @@
-/* $Id: fm.h,v 1.10 2001/11/21 19:24:35 ukai Exp $ */
+/* $Id: fm.h,v 1.11 2001/11/22 15:02:17 ukai Exp $ */
/*
* w3m: WWW wo Miru utility
*
@@ -604,8 +604,7 @@ typedef struct http_request {
extern int LINES, COLS;
#if defined(__CYGWIN__) && LANG == JA
-extern int isWinConsole;
-#define LASTLINE (LINES-(isWinConsole ? 2 : 1))
+extern int LASTLINE;
#else /* not defined(__CYGWIN__) || LANG != JA */
#define LASTLINE (LINES-1)
#endif /* not defined(__CYGWIN__) || LANG != JA */