]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/androidterm.c (handle_one_android_event): Fix typo.
authorPo Lu <luangruo@yahoo.com>
Thu, 18 Jan 2024 02:32:50 +0000 (10:32 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 18 Jan 2024 02:32:50 +0000 (10:32 +0800)
src/androidterm.c

index 2e4ee64f39058be40d7fa06708fde08667b6412b..8632df1d4fc4465658e36e03492f06308d1fc3e7 100644 (file)
@@ -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,