Variable: org-babel-comint-async-remove-prompts-p
org-babel-comint-async-remove-prompts-p is a buffer-local variable
defined in ob-comint.el.gz.
Documentation
Whether prompts should be detected and removed from async output.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ob-comint.el.gz
(defvar-local org-babel-comint-async-remove-prompts-p t
"Whether prompts should be detected and removed from async output.")