Variable: term-eol-on-send

term-eol-on-send is a customizable variable defined in term.el.gz.

Value

t

Documentation

Non-nil means go to the end of the line before sending input.

See term-send-input.

Source Code

;; Defined in /usr/src/emacs/lisp/term.el.gz
(defcustom term-eol-on-send t
  "Non-nil means go to the end of the line before sending input.
See `term-send-input'."
  :type 'boolean
  :group 'term)