diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-10-30 15:46:27 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-10-30 15:46:27 +0000 |
commit | f585f05db2776c15e8f46ea424a2f3e1b8b05c4a (patch) | |
tree | f4dc0e722a570293cab111bb921fbd28c1297c03 /fm.h | |
parent | [w3m-dev 03362] Re: support for http://user:pass@www.url.com (diff) | |
download | w3m-f585f05db2776c15e8f46ea424a2f3e1b8b05c4a.tar.gz w3m-f585f05db2776c15e8f46ea424a2f3e1b8b05c4a.zip |
[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 <hsaka@mth.biglobe.ne.jp>
Diffstat (limited to '')
-rw-r--r-- | fm.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 /* |