richedit: v1.0 richedit uses CR and LF for enter

Juan Lang juan.lang at gmail.com
Wed Jan 18 11:22:37 CST 2012


Hi Jason,

+              ME_InsertTextFromCursor(editor, 0, &endlv10[0], 2, style);

you want to use endlv10 instead, i.e.:

+              ME_InsertTextFromCursor(editor, 0, endlv10, 2, style);
--Juan



More information about the wine-devel mailing list