wine/dlls/riched20
Jinoh Kang 7e28fa5c55 riched20: Don't set para unless committing cursor move in ME_MoveCursorWords.
Introduce a temporary variable, `other_para`, so that we don't end up
returning incorrect para (with stale run) inside the output cursor.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54564
2023-02-28 09:46:43 +01:00
..
tests riched20: Don't set para unless committing cursor move in ME_MoveCursorWords. 2023-02-28 09:46:43 +01:00
caret.c riched20: Don't set para unless committing cursor move in ME_MoveCursorWords. 2023-02-28 09:46:43 +01:00
clipboard.c
context.c
editor.c riched20: Support SFF_SELECTION when streaming in plain text. 2023-02-13 22:17:57 +01:00
editor.h
editstr.h
list.c
Makefile.in
ocr_reverse.cur
ocr_reverse.svg
paint.c
para.c
reader.c
res.h
riched20.spec
riched_tom.idl
richole.c
row.c
rtf.h
run.c
string.c
style.c
table.c
txthost.c
txtsrv.c
undo.c
version.rc
wrap.c
writer.c