]> git.eshelyaron.com Git - emacs.git/commit
Correctly define `select' binding on Android
authorPo Lu <luangruo@yahoo.com>
Thu, 13 Jun 2024 02:46:59 +0000 (10:46 +0800)
committerEshel Yaron <me@eshelyaron.com>
Sat, 15 Jun 2024 17:21:10 +0000 (19:21 +0200)
commitbd1ff644ec25c6118bf6a8e54f150d866b3cc2f1
tree89abf9e81c71b26783f0411e70274996f16cd3f9
parentcec5bf9ddce7ab809e79d437773648ab75c8c9e5
Correctly define `select' binding on Android

* lisp/term/android-win.el (input-decode-map): Cease binding
select in the initial frame's input-decode-map.

* src/androidterm.c (android_term_init): Binding select in the
freshly created kboard.
(syms_of_androidterm) <Qselect, Qreturn>: New symbols.

(cherry picked from commit 94bcd7964bbb20bc8ff8a91a9656452a97139d60)
lisp/term/android-win.el
src/androidterm.c