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))