From bc7f9c90263523dc9c19c63c520cbc8f46c3cbdb Mon Sep 17 00:00:00 2001 From: Dai Sato Date: Wed, 5 Apr 2006 14:18:53 +0000 Subject: apply multiple patches on w3m-dev(-en) ML since Jun 2005 to Jan 2006. --- fm.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'fm.h') diff --git a/fm.h b/fm.h index 288426a..370dd3c 100644 --- a/fm.h +++ b/fm.h @@ -1,4 +1,4 @@ -/* $Id: fm.h,v 1.127 2004/07/15 16:44:37 ukai Exp $ */ +/* $Id: fm.h,v 1.128 2006/04/05 14:18:54 inu Exp $ */ /* * w3m: WWW wo Miru utility * @@ -336,6 +336,7 @@ typedef struct _Line { typedef struct { int line; int pos; + int invalid; } BufferPoint; #ifdef USE_IMAGE @@ -867,7 +868,6 @@ 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,6 +1076,7 @@ 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 -- cgit v1.2.3