]> git.eshelyaron.com Git - emacs.git/commit
Emulate secondary selections on Android
authorPo Lu <luangruo@yahoo.com>
Mon, 6 Nov 2023 02:14:09 +0000 (10:14 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 6 Nov 2023 02:14:09 +0000 (10:14 +0800)
commitde380adb64688455ef315ea807622de25e385c44
tree3e0b9f62100badb0331d222dbb1eec656f3cf438
parent3dd9750d124b077b2e87e0a253f69cf1f65422d6
Emulate secondary selections on Android

* doc/lispref/frames.texi (Other Selections): Revise
documentation to match.

* lisp/term/android-win.el (android-secondary-selection): New
variable.
(android-primary-selection, android-get-clipboard-1)
(android-get-primary, gui-backend-get-selection)
(gui-backend-selection-exists-p, gui-backend-selection-owner-p)
(gui-backend-set-selection): Update doc strings and code as is
proper.
doc/lispref/frames.texi
lisp/term/android-win.el