From a60d99eb7b09e4d219bfdff0e787430a087699be Mon Sep 17 00:00:00 2001 From: Dai Sato Date: Sat, 8 Apr 2006 11:33:16 +0000 Subject: check A tag in HTMLlineproc2body(). --- fm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fm.h') diff --git a/fm.h b/fm.h index 876ce38..bd8d65b 100644 --- a/fm.h +++ b/fm.h @@ -1,4 +1,4 @@ -/* $Id: fm.h,v 1.130 2006/04/07 15:48:56 inu Exp $ */ +/* $Id: fm.h,v 1.131 2006/04/08 11:33:16 inu Exp $ */ /* * w3m: WWW wo Miru utility * @@ -336,6 +336,7 @@ typedef struct _Line { typedef struct { int line; int pos; + int invalid; } BufferPoint; #ifdef USE_IMAGE -- cgit v1.2.3