aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
authorDai Sato <satodai@w3m.jp>2006-04-07 13:21:11 +0000
committerDai Sato <satodai@w3m.jp>2006-04-07 13:21:11 +0000
commit22d66ca5850bf0190aa48d7f4442484f01fc7d02 (patch)
tree5b96b7e5bd65f08ad23867bc0738a0fef56f35df /fm.h
parentapply multiple patches on w3m-dev(-en) ML since Jun 2005 to Jan 2006. (diff)
downloadw3m-22d66ca5850bf0190aa48d7f4442484f01fc7d02.tar.gz
w3m-22d66ca5850bf0190aa48d7f4442484f01fc7d02.zip
rewind to 10 Feb 2006.
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 370dd3c..416703e 100644
--- a/fm.h
+++ b/fm.h
@@ -1,4 +1,4 @@
-/* $Id: fm.h,v 1.128 2006/04/05 14:18:54 inu Exp $ */
+/* $Id: fm.h,v 1.129 2006/04/07 13:21:11 inu Exp $ */
/*
* w3m: WWW wo Miru utility
*
@@ -336,7 +336,6 @@ typedef struct _Line {
typedef struct {
int line;
int pos;
- int invalid;
} BufferPoint;
#ifdef USE_IMAGE
@@ -868,6 +867,7 @@ global int TabCols init(10);
global DownloadList *FirstDL init(NULL);
global DownloadList *LastDL init(NULL);
global int CurrentKey;
+global char *CurrentKeyData;
global char *CurrentCmdData;
extern char *w3m_version;
@@ -1076,7 +1076,6 @@ global MouseAction mouse_action;
#ifdef USE_COOKIE
global int default_use_cookie init(TRUE);
global int use_cookie init(FALSE);
-global int show_cookie init(TRUE);
global int accept_cookie init(FALSE);
#define ACCEPT_BAD_COOKIE_DISCARD 0
#define ACCEPT_BAD_COOKIE_ACCEPT 1