projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f5faad
)
; * src/androidterm.c (handle_one_android_event): Fix typo.
author
Po Lu
<luangruo@yahoo.com>
Thu, 18 Jan 2024 02:32:50 +0000
(10:32 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Thu, 18 Jan 2024 02:32:50 +0000
(10:32 +0800)
src/androidterm.c
patch
|
blob
|
history
diff --git
a/src/androidterm.c
b/src/androidterm.c
index 2e4ee64f39058be40d7fa06708fde08667b6412b..8632df1d4fc4465658e36e03492f06308d1fc3e7 100644
(file)
--- a/
src/androidterm.c
+++ b/
src/androidterm.c
@@
-938,9
+938,9
@@
handle_one_android_event (struct android_display_info *dpyinfo,
sure it is processed before any subsequent edits. */
textconv_barrier (f, event->xkey.counter);
- wchar_t copy_buffer[
129
];
+ wchar_t copy_buffer[
512
];
wchar_t *copy_bufptr = copy_buffer;
- int copy_bufsiz =
128 * sizeof (wchar_t)
;
+ int copy_bufsiz =
512
;
event->xkey.state
|= android_emacs_to_android_modifiers (dpyinfo,