changeset 105685:061e00486e48

(XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit processing pending events when event is filtered for input method.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Tue, 20 Oct 2009 10:03:37 +0000
parents 010dcf4f42fa
children b4e960063947
files src/xterm.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Tue Oct 20 08:06:02 2009 +0000
+++ b/src/xterm.c	Tue Oct 20 10:03:37 2009 +0000
@@ -7125,7 +7125,7 @@
 #ifdef HAVE_X_I18N
       /* Filter events for the current X input method.  */
       if (x_filter_event (terminal->display_info.x, &event))
-        break;
+        continue;
 #endif
       event_found = 1;