mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -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: */
|
||||
unsigned char *eoff; /* For parser/forms.c too */
|
||||
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
|
||||
* state-machine. */
|
||||
int was_li;
|
||||
|
Loading…
Reference in New Issue
Block a user