aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-03-29 16:39:37 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-03-29 16:39:37 +0000
commitc6b76b9c8778661e639801fe52a8cd3cbfd0f8bc (patch)
treeecba8d56187a0c0293bc96a7dfd850bebd5e7236 /fm.h
parent[w3m-dev 03159] "ttp:" is marked instead of "http:" by MARL_URL (diff)
downloadw3m-c6b76b9c8778661e639801fe52a8cd3cbfd0f8bc.tar.gz
w3m-c6b76b9c8778661e639801fe52a8cd3cbfd0f8bc.zip
[w3m-dev 03160] Re: "ttp:" is marked instead of "http:" by MARL_URL
* NEWS: * anchor.c (reAnchorAny): check MarkAllPages * fm.h (MarkAllPages): added * rc.c (CMT_MARK_ALL_PAGES): added (mark_all_pages): added From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
Diffstat (limited to 'fm.h')
-rw-r--r--fm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fm.h b/fm.h
index cf5ebd0..d3f7e78 100644
--- a/fm.h
+++ b/fm.h
@@ -1,4 +1,4 @@
-/* $Id: fm.h,v 1.57 2002/03/19 16:06:52 ukai Exp $ */
+/* $Id: fm.h,v 1.58 2002/03/29 16:39:37 ukai Exp $ */
/*
* w3m: WWW wo Miru utility
*
@@ -866,6 +866,7 @@ global int FoldTextarea init(FALSE);
#define DEFAULT_URL_CURRENT 1
#define DEFAULT_URL_LINK 2
global int DefaultURLString init(DEFAULT_URL_EMPTY);
+global int MarkAllPages init(FALSE);
#ifdef USE_MIGEMO
global int use_migemo init(FALSE);