Variable: term-suppress-hard-newline

term-suppress-hard-newline is a customizable variable defined in term.el.gz.

This variable is obsolete since 27.1.

Value

nil

Documentation

Non-nil means interpreter should not break long lines with newlines.

This means text can automatically reflow if the window is resized.

This variable was added, or its default value changed, in Emacs 24.4.

Probably introduced at or before Emacs version 24.4.

Source Code

;; Defined in /usr/src/emacs/lisp/term.el.gz
(defcustom term-suppress-hard-newline nil
  "Non-nil means interpreter should not break long lines with newlines.
This means text can automatically reflow if the window is resized."
  :version "24.4"
  :type 'boolean
  :group 'term)