aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
authorDai Sato <satodai@w3m.jp>2006-04-07 15:48:56 +0000
committerDai Sato <satodai@w3m.jp>2006-04-07 15:48:56 +0000
commitdb790bfd2b16f5ff8b69d5411b3cabd1799f81df (patch)
tree6b710dada32645acbcb9caec54831b9d5689698f /fm.h
parentReplace '\n' (newline) with ' ' (space) in attributes of html tags. (diff)
downloadw3m-db790bfd2b16f5ff8b69d5411b3cabd1799f81df.tar.gz
w3m-db790bfd2b16f5ff8b69d5411b3cabd1799f81df.zip
Introduce option show_cookie and set it TRUE by default.
Diffstat (limited to '')
-rw-r--r--fm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fm.h b/fm.h
index 416703e..876ce38 100644
--- a/fm.h
+++ b/fm.h
@@ -1,4 +1,4 @@
-/* $Id: fm.h,v 1.129 2006/04/07 13:21:11 inu Exp $ */
+/* $Id: fm.h,v 1.130 2006/04/07 15:48:56 inu Exp $ */
/*
* w3m: WWW wo Miru utility
*
@@ -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