]> git.eshelyaron.com Git - emacs.git/commit
Fix native input when using core input events
authorPo Lu <luangruo@yahoo.com>
Sat, 15 Jan 2022 01:40:28 +0000 (09:40 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 15 Jan 2022 01:40:28 +0000 (09:40 +0800)
commit9845f6b9aa6e5ea0b272987bbf629d3eb4dc0531
tree2a5697bf69ef5088d7a6ef0ccdebb60c9a9cbf8a
parent1f5f3b7e8955154c28342e63ba1216f83ff6d73d
Fix native input when using core input events

* src/gtkutil.c (xg_filter_key): Test for core key press events
correctly.
* src/xterm.c (handle_one_xevent): Also check for KeyRelease
events.
src/gtkutil.c
src/xterm.c