]> git.eshelyaron.com Git - emacs.git/commit
Set serial when filtering XI_KeyPress events
authorPo Lu <luangruo@yahoo.com>
Thu, 25 Nov 2021 05:20:56 +0000 (13:20 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 25 Nov 2021 05:20:56 +0000 (13:20 +0800)
commitb469a0155140cf0c319963717cb43f2bf43864ec
tree9694ba3e5b5b7c2b2eeedfa8166857f2e6f51adc
parente37eb7f5c67f7da2c78688eda8968562fe75b767
Set serial when filtering XI_KeyPress events

This fixes fcitx flicker for whatever reason.

* src/xterm.c (handle_one_xevent): Set serial when filtering
XI_KeyPress events.
src/xterm.c