]> git.eshelyaron.com Git - emacs.git/commit
Port term.el's terminfo machinery to Android
authorPo Lu <luangruo@yahoo.com>
Fri, 14 Jun 2024 08:21:55 +0000 (16:21 +0800)
committerEshel Yaron <me@eshelyaron.com>
Sat, 15 Jun 2024 17:21:14 +0000 (19:21 +0200)
commit63cbebb994f82c7e3713e5ede5b3e46c98a34f6c
tree72550922427320b9a3972fbfb6556236e8675a3f
parent25de6ac46c922b0cc5de10e1da612ec8243b67d1
Port term.el's terminfo machinery to Android

* lisp/term.el (term-generate-db-directory): New function.  Copy
/assets/etc/e to the cache directory, on Android, and return the
same.
(term-exec-1): Call term-generate-db-directory in place of
data-directory.

(cherry picked from commit f66341a13be57bec6c89f75d26444b42ca3f1ecf)
lisp/term.el