]> git.eshelyaron.com Git - emacs.git/commit
Re-enable TTY glyph production for batch mode frames on Android
authorPo Lu <luangruo@yahoo.com>
Mon, 10 Jun 2024 03:56:24 +0000 (11:56 +0800)
committerEshel Yaron <me@eshelyaron.com>
Mon, 10 Jun 2024 07:30:26 +0000 (09:30 +0200)
commitc719debf1bd03d5f1866c09071cdf80e7e465779
treea8fa745bda81bc61062afa583f51e7a5b52a32c4
parent5fa044d238b056044f7f778296af5e49231659bd
Re-enable TTY glyph production for batch mode frames on Android

* lisp/org/ob-core.el (org-babel-execute-src-block): Revert
previous change.

* src/term.c (tty_append_glyph, produce_glyphs) [HAVE_ANDROID]:
Re-enable suppressed code.

(cherry picked from commit bd80717d8e762c7559f66d297cdb6144e3f7f958)
lisp/org/ob-core.el
src/term.c