]> git.eshelyaron.com Git - emacs.git/commit
Display caret in preedit text where the input method asked
authorPo Lu <luangruo@yahoo.com>
Sun, 9 Jan 2022 11:46:14 +0000 (19:46 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 9 Jan 2022 11:46:14 +0000 (19:46 +0800)
commitd5499e3eb2765ddf212e3f21fed7b356b8f0ec76
tree9682a607892cc56967ab38d17ba7fa4bcdc90e4f
parent3dfefb8bb4d99ea67b576bf177804dd386159874
Display caret in preedit text where the input method asked

* src/xfns.c (xic_preedit_start_callback): Clear caret position.
(xic_preedit_caret_callback): Record new caret position and
announce it.
(xic_preedit_done_callback): Clear caret position.
(xic_preedit_draw_callback): Set caret position appropriately.
src/xfns.c