Variable: term-ptyp
term-ptyp is a variable defined in term.el.gz.
Value
t
Documentation
Non-nil if communications via pty; false if by pipe. Buffer local.
This is to work around a bug in Emacs process signaling.
Source Code
;; Defined in /usr/src/emacs/lisp/term.el.gz
(defvar term-ptyp t
"Non-nil if communications via pty; false if by pipe. Buffer local.
This is to work around a bug in Emacs process signaling.")