mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
(term-emulate-terminal): On CR, set term-current-column
to term-start-line-column, not 0.
This commit is contained in:
parent
8060ee8f14
commit
e38ee395e8
@ -2189,7 +2189,7 @@ See `term-prompt-regexp'."
|
||||
(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)))
|
||||
|
Loading…
Reference in New Issue
Block a user