Variable: eshell-term-name
eshell-term-name is a customizable variable defined in em-term.el.gz.
Value
"eterm-color"
Documentation
Name to use for the TERM variable when running visual commands.
See term-term-name in term.el for more information on how this is
used.
This variable was added, or its default value changed, in Emacs 24.3.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/em-term.el.gz
;; If you change this from term-term-name, you need to ensure that the
;; value you choose exists in the system's terminfo database. (Bug#12485)
(defcustom eshell-term-name term-term-name
"Name to use for the TERM variable when running visual commands.
See `term-term-name' in term.el for more information on how this is
used."
:version "24.3" ; eterm -> term-term-name = eterm-color
:type 'string)