mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
The caret move on IME was slow until this PR. JIRA issue: CORE-19268 - Don't use ImmIsIME but use IS_IME_HKL(hKL) in EDIT_SetCaretPos function. This change improves the caret speed. - Prohibit display of composition window for Korean in the handling of WM_IME_SETCONTEXT and WM_IME_STARTCOMPOSITION, because Korean doesn't want it.