http://bugs.winehq.org/show_bug.cgi?id=6515
mike@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|edit buffers get cut off |Remedy ARS: edit buffers get | |cut off
------- Additional Comments From mike@codeweavers.com 2006-25-10 05:23 ------- The buffers are dynamically allocated. TEXT_LIMIT_DEFAULT is the default limit to the amount of text in the buffer, but the program can increase it.
So the question is, is the default limit wrong, or is the program trying to change it and the request being ignored for some reason?
Can you attach a +richedit trace to this bug?