aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
authorDai Sato <satodai@w3m.jp>2006-04-08 11:33:16 +0000
committerDai Sato <satodai@w3m.jp>2006-04-08 11:33:16 +0000
commita60d99eb7b09e4d219bfdff0e787430a087699be (patch)
treeed201e768b69d97a3eba545bd57ea3e627f3dcc0 /fm.h
parentadd explanations for .w3m/config and -o option. (diff)
downloadw3m-a60d99eb7b09e4d219bfdff0e787430a087699be.tar.gz
w3m-a60d99eb7b09e4d219bfdff0e787430a087699be.zip
check A tag in HTMLlineproc2body().
Diffstat (limited to 'fm.h')
-rw-r--r--fm.h3
1 files changed, 2 insertions, 1 deletions
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