On Sun, Dec 16, 2007 at 10:56:28PM +0000, Jeremy Henty (ie. *me*) wrote:
OK, here's the patch to dw2. I'll follow up with the (extremely short) patch to dillo2.
Following up as promised... Jeremy Henty diff -pru -- dillo2-ref/src/html.cc dillo2-cur/src/html.cc --- dillo2-ref/src/html.cc 2007-12-16 22:15:06.000000000 +0000 +++ dillo2-cur/src/html.cc 2007-12-16 22:25:40.000000000 +0000 @@ -4287,7 +4287,8 @@ static void Html_tag_open_textarea(Dillo name = dStrdup(attrbuf); MultiLineTextResource *textres = - HT2LT(html)->getResourceFactory()->createMultiLineTextResource (); + HT2LT(html)->getResourceFactory()->createMultiLineTextResource (cols, + rows); Widget *widget; Embed *embed;