From 762e1aad733c4d56edbb85c7b21b0951d8f759f2 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 6 Feb 2013 22:39:45 +0000 Subject: First pass at getting html forms to use textarea widget. (Input element types text & password, and textarea element.) Can edit and submit forms, but there are loads of issues. --- Makefile.sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.sources') diff --git a/Makefile.sources b/Makefile.sources index a38290d14..25fe2f17f 100644 --- a/Makefile.sources +++ b/Makefile.sources @@ -11,7 +11,7 @@ S_FETCHERS := curl.c data.c file.c about.c resource.c S_CSS := css.c dump.c internal.c select.c utils.c -S_RENDER := box.c box_construct.c box_normalise.c \ +S_RENDER := box.c box_construct.c box_normalise.c box_textarea.c \ font.c form.c \ html.c html_script.c html_interaction.c html_redraw.c \ html_forms.c imagemap.c layout.c list.c search.c table.c \ -- cgit v1.2.3