http://bugs.winehq.org/show_bug.cgi?id=6515
Summary: edit buffers get cut off Product: Wine Version: CVS Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-richedit AssignedTo: wine-bugs@winehq.org ReportedBy: mteske@imagnos.com
the program ARS (Action Request System by Remedy) obviously uses big edit boxes for displaying texts. Unfortunately they are cut off under wine. This can be fixed by increasing #define TEXT_LIMIT_DEFAULT 32767 to something bigger. Why not make this dynamically allocated?