diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2020-08-30 00:57:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-30 00:57:05 +0000 |
commit | 8c164d80ad769b28fcd0d6c17722507a4e63c8ab (patch) | |
tree | ba10b68db484a2ece59738e9e341d623ee010062 /fm.h | |
parent | Update ChangeLog (diff) | |
parent | Somehow the wrong quotes were used. This should fix the failing tests. (diff) | |
download | w3m-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |