]> git.eshelyaron.com Git - emacs.git/commit
Update Android port
authorPo Lu <luangruo@yahoo.com>
Sun, 12 Mar 2023 09:07:57 +0000 (17:07 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 12 Mar 2023 09:07:57 +0000 (17:07 +0800)
commit82b4b9e8692c349a45d319fe05c9fbfed4ab203d
tree5fe33349f7992327f23d124c19b6d9e5ebb8f023
parent3573db24ad0125d1a553e85eb08c93c61c62ef33
Update Android port

* src/androidterm.c (NATIVE_NAME, JNICALL)
(android_build_extracted_text, android_update_selection): Use
0-based indices for Android buffer positions.  Also, report
surrounding text relative to the region, not to the cursor.
* src/textconv.c (textconv_query): Accept new values of
position.
(really_set_composing_text): Use ephemeral last point.
src/androidterm.c
src/textconv.c