[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>
This commit is contained in:
3
fm.h
3
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
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user