emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/coterm 1ec97d2 29/80: \n doesn't go to column 0


From: ELPA Syncer
Subject: [elpa] externals/coterm 1ec97d2 29/80: \n doesn't go to column 0
Date: Wed, 13 Oct 2021 18:57:30 -0400 (EDT)

branch: externals/coterm
commit 1ec97d2c862ab91af5a64b85dc368a9ebc13dc12
Author: m <>
Commit: m <>

    \n doesn't go to column 0
---
 coterm.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/coterm.el b/coterm.el
index 03e65ea..6b48d19 100644
--- a/coterm.el
+++ b/coterm.el
@@ -341,9 +341,7 @@ initialize it sensibly."
                  (pass-through)
                  (cl-incf will-insert-newlines))
                 (?\n (ins) ;; (terminfo: cud1, ind)
-                     (coterm--t-down-line proc-filt process)
-                     (setq coterm--t-col 0)
-                     (dirty))
+                     (coterm--t-down-line proc-filt process))
                 (?\r (ins) ;; (terminfo: cr)
                      (setq coterm--t-col 0)
                      (dirty))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]