]> git.eshelyaron.com Git - emacs.git/commit
Fix native GTK input for cyrillic input methods
authorPo Lu <luangruo@yahoo.com>
Sun, 9 Jan 2022 10:14:26 +0000 (18:14 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 9 Jan 2022 10:16:46 +0000 (18:16 +0800)
commit3dfefb8bb4d99ea67b576bf177804dd386159874
tree0d325f891e5068754deff844ab0e17738861f182
parent262a7c9ea0e9702cadd71146d2c9af8c75bdab35
Fix native GTK input for cyrillic input methods

* src/gtkutil.c (xg_widget_key_press_cb): Get unicode mapping of
keyval if string doesn't exist.
* src/xterm.c (handle_one_xevent): Fix build without
HAVE_X_I18N.
src/gtkutil.c
src/xterm.c