diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-11-15 16:05:13 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-11-15 16:05:13 +0000 |
commit | f360ff56becb1adfcb1dbc6e498b80876aeb8733 (patch) | |
tree | 2f5449d839db759fd5d071f404cccc56b648afce /fm.h | |
parent | [w3m-dev 03438] Re: segmentation fault by large complex table. (diff) | |
download | w3m-f360ff56becb1adfcb1dbc6e498b80876aeb8733.tar.gz w3m-f360ff56becb1adfcb1dbc6e498b80876aeb8733.zip |
[w3m-dev 03439] restore alarm event
* fm.h (AL_RESTORE): added
* main.c (alarm_sec): deleted
(alarm_status): deleted
(alarm_buffer): deleted
(alarm_event): deleted
(AlarmEvent): added
(CurrentAlarm): added
(PrevAlarm): added
(main): rewrite with CurrentAlarm
(SigAlarm): rewrite with CurrentAlarm
(copyAlarmEvent): added
(setAlarm): if AL_RESTORE, copy back from PrevAlarm
rewrite with CurrentAlarm
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
Diffstat (limited to 'fm.h')
-rw-r--r-- | fm.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $Id: fm.h,v 1.80 2002/11/15 15:58:27 ukai Exp $ */ +/* $Id: fm.h,v 1.81 2002/11/15 16:05:15 ukai Exp $ */ /* * w3m: WWW wo Miru utility * @@ -1070,6 +1070,7 @@ void w3m_exit(int i); #define AL_IMPLICIT_DONE 4 #define AL_ONCE 8 #define AL_IMPLICIT_ONCE (AL_IMPLICIT|AL_ONCE) +#define AL_RESTORE 16 #endif /* |