]> git.eshelyaron.com Git - emacs.git/commit
Fix specification of caret position
authorPo Lu <luangruo@yahoo.com>
Sun, 9 Jan 2022 12:29:39 +0000 (20:29 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 9 Jan 2022 12:30:58 +0000 (20:30 +0800)
commit59ede5cce8e58eabc479ecca88c0ce67bc4bb928
tree1d4a0fe5c1cc101c504775f88aea886a9b4a45fe
parentfea3bed79228824946b5d6574ec301191e8ae028
Fix specification of caret position

* src/xfns.c (xic_preedit_caret_callback):
(xic_preedit_draw_callback): Use `cursor' property correctly.

* src/xterm.c (handle_one_xevent): Stop filtering XI release
events.  This caused more problems than it fixed.
src/xfns.c
src/xterm.c