X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/8239ee571a096dc528bf557c0e077046f378f8e7..0c2986d033e11b811c34221a1fd4db3c9bc095e5:/winctrls.c diff --git a/winctrls.c b/winctrls.c index 8ed1528c..f214a2a2 100644 --- a/winctrls.c +++ b/winctrls.c @@ -343,7 +343,7 @@ void bigeditctrl(struct ctlpos *cp, char *stext, r.right = cp->width; r.bottom = EDITHEIGHT + (lines-1) * STATICHEIGHT; cp->ypos += r.bottom + GAPBETWEEN; doctl(cp, r, "EDIT", - WS_CHILD | WS_VISIBLE | WS_TABSTOP | ES_MULTILINE, + WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_VSCROLL | ES_MULTILINE, WS_EX_CLIENTEDGE, "", eid); }