* xterm.c (handle_one_xevent): bzero compose_status when nbytes
is not zero.
This commit is contained in:
parent
f42e164952
commit
a6d0ae558a
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-06-30 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
|
||||
|
||||
* xterm.c (handle_one_xevent): bzero compose_status when nbytes
|
||||
is not zero.
|
||||
|
||||
2005-07-01 Masatake YAMATO <jet@gyve.org>
|
||||
|
||||
* emacs.c (main): Passing ADD_NO_RANDOMIZE to
|
||||
|
|
|
@ -6287,6 +6287,7 @@ handle_one_xevent (dpyinfo, eventp, finish, hold_quit)
|
|||
if (compose_status.chars_matched > 0 && nbytes == 0)
|
||||
break;
|
||||
|
||||
bzero (&compose_status, sizeof (compose_status));
|
||||
orig_keysym = keysym;
|
||||
|
||||
/* Common for all keysym input events. */
|
||||
|
|
Loading…
Add table
Reference in a new issue