From f585f05db2776c15e8f46ea424a2f3e1b8b05c4a Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Wed, 30 Oct 2002 15:46:27 +0000 Subject: [w3m-dev 03363] refresh download * file.c (HTMLtagproc1): alarm is implicit once * fm.h (AL_IMPLICIT_ONCE): added * main.c (searchKeyData): reset CurrentKeyData, CurrentCmdData (SigAlarm): CurrentCmdData is saved to data message displayed on AL_EXPLICIT clear alarm when AL_IMPLICIT_ONCE (setAlarmEvent): AL_IMPLICIT_ONCE From: Hironori SAKAMOTO --- fm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fm.h') diff --git a/fm.h b/fm.h index ff8994f..b539e77 100644 --- a/fm.h +++ b/fm.h @@ -1,4 +1,4 @@ -/* $Id: fm.h,v 1.66 2002/10/26 11:19:47 ukai Exp $ */ +/* $Id: fm.h,v 1.67 2002/10/30 15:46:29 ukai Exp $ */ /* * w3m: WWW wo Miru utility * @@ -1016,6 +1016,7 @@ void w3m_exit(int i); #define AL_EXPLICIT 1 #define AL_IMPLICIT 2 #define AL_IMPLICIT_DONE 3 +#define AL_IMPLICIT_ONCE 4 #endif /* -- cgit v1.2.3