Mercurial > emacs
changeset 15212:3b8ece0572d5
(term-emulate-terminal): On CR, set term-current-column
to term-start-line-column, not 0.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 11 May 1996 17:11:06 +0000 |
parents | 6bcff02ade49 |
children | 867e4ead88d9 |
files | lisp/term.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/term.el Sat May 11 11:08:11 1996 +0000 +++ b/lisp/term.el Sat May 11 17:11:06 1996 +0000 @@ -2189,7 +2189,7 @@ (setq i temp)) (t ;; Not followed by LF or can't optimize: (term-vertical-motion 0) - (setq term-current-column 0)))) + (setq term-current-column term-start-line-column)))) ((eq char ?\n) (if (not (and term-kill-echo-list (term-check-kill-echo-list)))