summaryrefslogtreecommitdiff
path: root/render/form.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-07-19 14:31:31 +0000
committerJames Bursa <james@netsurf-browser.org>2004-07-19 14:31:31 +0000
commit9bd3eadbe6a779c3be8e67c8134cb126e6fff5e2 (patch)
treeb64e9bfd8cc18a3e25ad856f4721d77c0a28187d /render/form.h
parent946566b0b645d1789c20ef4b48cd2e7dd423545e (diff)
downloadnetsurf-9bd3eadbe6a779c3be8e67c8134cb126e6fff5e2.tar.gz
netsurf-9bd3eadbe6a779c3be8e67c8134cb126e6fff5e2.tar.bz2
[project @ 2004-07-19 14:31:31 by bursa]
Update and simplify textarea code. Now uses BOX_BR instead of more than one inline container. Prepare for use of UTF-8 in textareas and inputs. svn path=/import/netsurf/; revision=1104
Diffstat (limited to 'render/form.h')
-rw-r--r--render/form.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/form.h b/render/form.h
index bb4dd8bee..013cb30ed 100644
--- a/render/form.h
+++ b/render/form.h
@@ -59,6 +59,7 @@ struct form_control {
struct box *caret_inline_container;
struct box *caret_text_box;
int caret_char_offset;
+ int caret_pixel_offset;
unsigned int maxlength;
bool selected;
union {