]> git.eshelyaron.com Git - emacs.git/commit
Attempt to fix bug#65068
authorPo Lu <luangruo@yahoo.com>
Fri, 25 Aug 2023 02:47:12 +0000 (10:47 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 25 Aug 2023 02:47:12 +0000 (10:47 +0800)
commitd913b3d82d8efcd3b561a768daf8231b19daf376
tree6a5551876e531655abc0e841aaef095d0cc377fa
parent2835b9a1d43813f205f87c2850c2049fe7fb7ab9
Attempt to fix bug#65068

* src/xterm.c (handle_one_xevent) <KeyPress>: Prevent calls to
XkbTranslateKeysym with a modified keysym if overflow happens.
<XI_KeyPress>: Expound upon the different forms of key event
lookup and the chaotic code beneath within the commentary.
Discontinue separating keycode lookup from key translation.
Supply the effective group within the modifier mask provided
to both XKB translation functions.  (bug#65068)
src/xterm.c