(x_display_cursor): Set XIC pre-edit area only if window
authorGerd Moellmann <gerd@gnu.org>
Sat, 29 Jan 2000 23:16:55 +0000 (23:16 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sat, 29 Jan 2000 23:16:55 +0000 (23:16 +0000)
commitf5d11644696d1ae7add77ba3ffb3618249b76dbe
tree9f293780249b339980a976d6f0d02aa25ab2ebb3
parent16215eb016237d7ff7260e10a7a832a37249f79f
(x_display_cursor): Set XIC pre-edit area only if window
is its frame's selected window.
(xim_instantiate_callback): Likewise.

(XTread_socket) [HAVE_X_I18N]: If event is for none of
our frames, call XFilterEvent with 2nd parameter `None'.
(XTread_socket) <KeyPress> [HAVE_X_I18N]: Handle XmbLookupString
returning XBufferOverflow.
(XTread_socket) <ConfigureNotify> [HAVE_X_I18N]: Set XIC status
area.
(x_display_cursor) [HAVE_X_I18N]: Set XIC pre-edit area.
(x_new_fontset) [HAVE_X_I18N]: Create XIC status area fontset.
(xim_destroy_callback, xim_open_dpy, xim_instantiate_callback)
(xim_initialize, xim_close)
[HAVE_X_I18N && HAVE_X11R6]: New functions.
(x_destroy_window) [HAVE_X_I18N]:  Call xic_destroy_frame.
(x_term_init) [HAVE_X_I18N]: Call xim_initialize.
(x_delete_display) [HAVE_X_I18N]: Call xim_close.
src/xterm.c