Variable: term-do-line-wrapping

term-do-line-wrapping is a variable defined in term.el.gz.

Value

nil

Documentation

Last character was a graphic in the last column.

If next char is graphic, first move one column right
(and line warp) before displaying it.
This emulates (more or less) the behavior of xterm.

Source Code

;; Defined in /usr/src/emacs/lisp/term.el.gz
(defvar term-do-line-wrapping nil
  "Last character was a graphic in the last column.
If next char is graphic, first move one column right
\(and line warp) before displaying it.
This emulates (more or less) the behavior of xterm.")