mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
Comment html_context->position
This commit is contained in:
parent
b1a7f3f19e
commit
6712baaee0
@ -60,7 +60,8 @@ struct html_context {
|
|||||||
/* For parser/parse.c: */
|
/* For parser/parse.c: */
|
||||||
unsigned char *eoff; /* For parser/forms.c too */
|
unsigned char *eoff; /* For parser/forms.c too */
|
||||||
int line_breax; /* This is for ln_break. */
|
int line_breax; /* This is for ln_break. */
|
||||||
int position;
|
int position; /* This is the position on the document canvas relative
|
||||||
|
* to the current line and is maintained by put_chrs. */
|
||||||
enum html_whitespace_state putsp; /* This is for the put_chrs
|
enum html_whitespace_state putsp; /* This is for the put_chrs
|
||||||
* state-machine. */
|
* state-machine. */
|
||||||
int was_li;
|
int was_li;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user