Variable: comint-terminfo-terminal
comint-terminfo-terminal is a customizable variable defined in
comint.el.gz.
Value
"dumb"
Documentation
Value to use for TERM when the system uses terminfo.
This variable was added, or its default value changed, in Emacs 26.1.
Probably introduced at or before Emacs version 26.1.
Source Code
;; Defined in /usr/src/emacs/lisp/comint.el.gz
(defcustom comint-terminfo-terminal "dumb"
"Value to use for TERM when the system uses terminfo."
:type 'string
:group 'comint
:version "26.1")