Re: [fltk.general] Multiline Input -> wrap? [patch draft]

2011-04-10 Thread Denton Thomas
> I've started a change/patch to r8507 as below, but it is incomplete (it > breaks the scroll in drawtext or somewhere else). The goal is to wrap long > lines of unbroken (un-spaced) text in an Fl_Multiline_Input widget. > > I'll appreciate knowing if someone else has already been down this road.

Re: [fltk.general] Multiline Input -> wrap? [patch draft]

2011-04-09 Thread Denton Thomas
> > Ok - word wrap works, just not in the way I expected. > > If there are spaces in a line, then word wrap will break the line at a space > (insert a newline at a space). If there are no spaces in a line, however, > word wrap will not insert a newline, even if the text length is longer than > t