]> git.eshelyaron.com Git - emacs.git/commit
Fix crash when the keymap changes
authorPo Lu <luangruo@yahoo.com>
Sat, 20 Aug 2022 02:32:09 +0000 (10:32 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 20 Aug 2022 02:32:09 +0000 (10:32 +0800)
commitb2f9c4c6d4bf4a0f1f1f7342cb9de410f187c40c
treeb731a9d8a27297e77a08535b73399ca1396d7696
parent9a7b3673e09fe839163bf35e25e37e2ac62bc272
Fix crash when the keymap changes

* src/xterm.c (handle_one_xevent): Call
XkbRefreshKeyboardMapping first before trying to update the map.
src/xterm.c