mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-14 03:37:38 -08:00
Update Android port
* java/org/gnu/emacs/EmacsNative.java (EmacsNative): New function clearInputFlags. * java/org/gnu/emacs/EmacsView.java (onCreateInputConnection): Stop reporting changes after a new input method connection is established. * src/androidterm.c (android_handle_ime_event): Implement that change. (JNICALL): New function.
This commit is contained in:
parent
6f0ebe11aa
commit
66783af554
3 changed files with 52 additions and 5 deletions
|
|
@ -221,6 +221,7 @@ public final class EmacsNative
|
|||
int flags);
|
||||
public static native void requestSelectionUpdate (short window);
|
||||
public static native void requestCursorUpdates (short window, int mode);
|
||||
public static native void clearInputFlags (short window);
|
||||
|
||||
|
||||
/* Return the current value of the selection, or -1 upon
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue