1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-03 03:56:32 -04:00

Comment html_context->position

This commit is contained in:
Miciah Dashiel Butler Masters 2006-06-02 06:13:31 +00:00 committed by Miciah Dashiel Butler Masters
parent b1a7f3f19e
commit 6712baaee0

View File

@ -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;