From 6712baaee0925718701c59896c224f34f8fa98f4 Mon Sep 17 00:00:00 2001 From: Miciah Dashiel Butler Masters Date: Fri, 2 Jun 2006 06:13:31 +0000 Subject: [PATCH] Comment html_context->position --- src/document/html/internal.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/document/html/internal.h b/src/document/html/internal.h index 7901c4d5..a28aeb93 100644 --- a/src/document/html/internal.h +++ b/src/document/html/internal.h @@ -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;