Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a6d0ae55
Commit
a6d0ae55
authored
Jun 30, 2005
by
Jan Djärv
Browse files
* xterm.c (handle_one_xevent): bzero compose_status when nbytes
is not zero.
parent
f42e1649
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
src/ChangeLog
src/ChangeLog
+5
-0
src/xterm.c
src/xterm.c
+1
-0
No files found.
src/ChangeLog
View file @
a6d0ae55
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
...
...
src/xterm.c
View file @
a6d0ae55
...
...
@@ -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. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment