emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 1196e3f: (tramp-open-connection-setup-interactive-s


From: Noah Friedman
Subject: [Emacs-diffs] master 1196e3f: (tramp-open-connection-setup-interactive-shell): Send -onlcr as well.
Date: Fri, 09 Oct 2015 23:15:45 +0000

branch: master
commit 1196e3fca6f9df107c76438b7d00090d19b13570
Author: Noah Friedman <address@hidden>
Commit: Noah Friedman <address@hidden>

    (tramp-open-connection-setup-interactive-shell): Send -onlcr as well.
---
 lisp/net/tramp-sh.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el
index 433b2ba..7d24b54 100644
--- a/lisp/net/tramp-sh.el
+++ b/lisp/net/tramp-sh.el
@@ -4153,7 +4153,7 @@ process to set up.  VEC specifies the connection."
 
     ;; Disable tab and echo expansion.
     (tramp-message vec 5 "Setting up remote shell environment")
-    (tramp-send-command vec "stty tab0 -inlcr -echo kill '^U' erase '^H'" t)
+    (tramp-send-command vec "stty tab0 -inlcr -onlcr -echo kill '^U' erase 
'^H'" t)
     ;; Check whether the echo has really been disabled.  Some
     ;; implementations, like busybox of embedded GNU/Linux, don't
     ;; support disabling.



reply via email to

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