From 1196e3fca6f9df107c76438b7d00090d19b13570 Mon Sep 17 00:00:00 2001 From: Noah Friedman Date: Fri, 9 Oct 2015 16:15:21 -0700 Subject: [PATCH] (tramp-open-connection-setup-interactive-shell): Send -onlcr as well. --- lisp/net/tramp-sh.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el index 433b2ba09c7..7d24b54ffcb 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. -- 2.39.2