]> git.eshelyaron.com Git - emacs.git/commit
Rearrange Android splash screen messages
authorPo Lu <luangruo@yahoo.com>
Tue, 5 Mar 2024 03:23:27 +0000 (11:23 +0800)
committerEshel Yaron <me@eshelyaron.com>
Tue, 5 Mar 2024 15:34:42 +0000 (16:34 +0100)
commitb05794dde42efaf8cecc953cc8bac33515de050f
tree0fb8ab1d794e3936b467e724e579eab9fa868f8e
parent8af323b036effa8512dfdfc24eceb987904e79b1
Rearrange Android splash screen messages

* lisp/startup.el (fancy-startup-tail, fancy-startup-screen)
(normal-splash-screen): Adjust for function renaming; move the
storage permissions notice to the top of the splash screen.

* lisp/term/android-win.el (android-after-splash-screen): Rename
from android-before-splash-screen and adjust layout lightly.

* src/android.c (android_wc_lookup_string): Terminate character
composition after a character is returned, whether it contain a
Unicode character or not.

(cherry picked from commit 1a35eb86b8cb75ce390525dd3394a52376b622a6)
lisp/startup.el
lisp/term/android-win.el
src/android.c