DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2808
Version: 1.3.0


Hi Greg,

I think the problem lies in the utf8_input_filter function (defined in
Fl_Text_Buffer.cxx). The endline variable is used to refer to the end of
the line array, but gets reset in every call. If the line array is not
entirely copied to the buffer array during the previous call, this causes
the remaining data in the line array to be lost. The good news is that the
work around is to make the buffer array a multiple of the line array (=100)
so that the entire line gets copied into the buffer in each call to
utf8_input_filter so I'll just do that for now. Hope this helps in
resolving the issue.

Thanks,

Steve.


Link: http://www.fltk.org/str.php?L2808
Version: 1.3.0

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to