Variable: term-auto-margins

term-auto-margins is a variable defined in term.el.gz.

Value

t

Documentation

When non-nil, terminal will automatically wrap lines at the right margin.

This can be toggled by the application using DECAWM escape sequences.

Source Code

;; Defined in /usr/src/emacs/lisp/term.el.gz
(defvar term-auto-margins t
  "When non-nil, terminal will automatically wrap lines at the right margin.
This can be toggled by the application using DECAWM escape sequences.")