aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-11-08 16:01:18 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-11-08 16:01:18 +0000
commit7748f7d2c38c97e4feadb575a3e680e13bed9d94 (patch)
treec98fafed36243d2fe0e3aa690fac0363a803670d /fm.h
parent[w3m-dev 03387] Re: tab browser (diff)
downloadw3m-7748f7d2c38c97e4feadb575a3e680e13bed9d94.tar.gz
w3m-7748f7d2c38c97e4feadb575a3e680e13bed9d94.zip
[w3m-dev 03388] meta refresh problem
* fm.h (AL_IMPLICIT_DONE): 3->4 (AL_ONCE): 8 (AL_IMPLICIT_ONCE): (AL_IMPLICIT|AL_ONCE) * main.c (MAIN): & AL_IMPLICIT, & AL_IMPLICIT_DONE (SigAlarm): & AL_IMPLICIT, & AL_IMPLICIT_DONE, & AL_ONCE (setAlaramEvent): & AL_IMPLICIT From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
Diffstat (limited to 'fm.h')
-rw-r--r--fm.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/fm.h b/fm.h
index 8afcc1a..0bf6bde 100644
--- a/fm.h
+++ b/fm.h
@@ -1,4 +1,4 @@
-/* $Id: fm.h,v 1.72 2002/11/08 15:54:47 ukai Exp $ */
+/* $Id: fm.h,v 1.73 2002/11/08 16:01:20 ukai Exp $ */
/*
* w3m: WWW wo Miru utility
*
@@ -1042,8 +1042,9 @@ void w3m_exit(int i);
#define AL_UNSET 0
#define AL_EXPLICIT 1
#define AL_IMPLICIT 2
-#define AL_IMPLICIT_DONE 3
-#define AL_IMPLICIT_ONCE 4
+#define AL_IMPLICIT_DONE 4
+#define AL_ONCE 8
+#define AL_IMPLICIT_ONCE (AL_IMPLICIT|AL_ONCE)
#endif
/*