aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2020-08-30 00:57:05 +0000
committerGitHub <noreply@github.com>2020-08-30 00:57:05 +0000
commit8c164d80ad769b28fcd0d6c17722507a4e63c8ab (patch)
treeba10b68db484a2ece59738e9e341d623ee010062 /fm.h
parentUpdate ChangeLog (diff)
parentSomehow the wrong quotes were used. This should fix the failing tests. (diff)
downloadw3m-8c164d80ad769b28fcd0d6c17722507a4e63c8ab.tar.gz
w3m-8c164d80ad769b28fcd0d6c17722507a4e63c8ab.zip
Merge pull request #139 from acli/20200823_q_CLEANED
Cleaned version of 20200823_q branch. Changes the behaviour of the q …
Diffstat (limited to 'fm.h')
-rw-r--r--fm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fm.h b/fm.h
index 4a17ecc..6ce0f19 100644
--- a/fm.h
+++ b/fm.h
@@ -610,6 +610,7 @@ struct readbuffer {
int flag_sp;
int status;
unsigned char end_tag;
+ unsigned char q_level;
short table_level;
short nobr_level;
Anchor anchor;