[w3m-dev 02408] meta refresh

From: Tsutomu Okada <okada@furuno.co.jp>
This commit is contained in:
Fumitoshi UKAI
2001-11-16 03:58:49 +00:00
parent bd9e96a249
commit 6da73298fc
5 changed files with 42 additions and 10 deletions

13
fm.h
View File

@@ -1,4 +1,4 @@
/* $Id: fm.h,v 1.3 2001/11/15 00:32:13 a-ito Exp $ */
/* $Id: fm.h,v 1.4 2001/11/16 03:58:49 ukai Exp $ */
/*
* w3m: WWW wo Miru utility
*
@@ -621,6 +621,7 @@ global char TargetSelf init(FALSE);
global char PermitSaveToPipe init(FALSE);
global char DecodeCTE init(FALSE);
global char ArgvIsURL init(FALSE);
global char MetaRefresh init(FALSE);
global char fmInitialized init(FALSE);
@@ -847,6 +848,16 @@ int backend( void );
extern void deleteFiles(void);
void w3m_exit( int i );
typedef struct {
int cmd;
void *user_data;
} Event;
#ifdef USE_ALARM
global int alarm_sec init(0);
global short alarm_once init(0);
global Event alarm_event;
#endif
/*
* Externals
*/