]> git.eshelyaron.com Git - emacs.git/commit
Filter key release events when using native input without having XIM
authorPo Lu <luangruo@yahoo.com>
Sat, 15 Jan 2022 05:25:23 +0000 (13:25 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 15 Jan 2022 05:25:23 +0000 (13:25 +0800)
commit9d809ed9bb778327b09c1ac10b1166df70ebd682
treeb1ab91057c13d7026e857ff67a075dcea2f8bb5e
parent9845f6b9aa6e5ea0b272987bbf629d3eb4dc0531
Filter key release events when using native input without having XIM

* src/xterm.c (handle_one_xevent): Also check for XI key
release events when using native input on a build without XIM.
src/xterm.c