diff options
author | Dai Sato <satodai@w3m.jp> | 2006-04-08 11:33:16 +0000 |
---|---|---|
committer | Dai Sato <satodai@w3m.jp> | 2006-04-08 11:33:16 +0000 |
commit | a60d99eb7b09e4d219bfdff0e787430a087699be (patch) | |
tree | ed201e768b69d97a3eba545bd57ea3e627f3dcc0 /fm.h | |
parent | add explanations for .w3m/config and -o option. (diff) | |
download | w3m-a60d99eb7b09e4d219bfdff0e787430a087699be.tar.gz w3m-a60d99eb7b09e4d219bfdff0e787430a087699be.zip |
check A tag in HTMLlineproc2body().
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.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 |