]> git.eshelyaron.com Git - emacs.git/commit
Attribute filtered events to the right source device
authorPo Lu <luangruo@yahoo.com>
Sun, 10 Apr 2022 11:33:51 +0000 (19:33 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 10 Apr 2022 11:34:31 +0000 (19:34 +0800)
commit59186acf709d60c0ef1d61764a696408ad68312e
treec4363706a4c65183bf83fe1ef6e647b5d6ecf87b
parentd82e1a873df381b2c35bc9036da5665468bdfd31
Attribute filtered events to the right source device

* src/xterm.c (handle_one_xevent): Attribute core events sent by
input methods like I-Bus to the extension device that caused
them to be sent.
* src/xterm.h (struct x_display_info): New fields
`pending_keystroke_time' and `pending_keystroke_source'.
src/xterm.c
src/xterm.h