Added emulation of RichEdit 1.0 behaviour when the 1.0 window class is
authorPhil Krylov <phil@newstar.rinet.ru>
Thu, 21 Jul 2005 10:33:32 +0000 (10:33 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 21 Jul 2005 10:33:32 +0000 (10:33 +0000)
commit84bb3722393ec24e02072a9efdeac1b55d682d44
treef74aac340c0d23f916b9699be04ca61a60e72731
parentd03f32b15bf4d934fff7662f00572014e44be651
Added emulation of RichEdit 1.0 behaviour when the 1.0 window class is
being used. This emulation (introduced in M$ RichEdit 3.0) counts
paragraph endings as 2 characters (CR+LF) instead of 1 (CR).
dlls/riched20/caret.c
dlls/riched20/editor.c
dlls/riched20/editstr.h
dlls/riched20/para.c
dlls/riched20/run.c
dlls/riched20/writer.c