From: Noah Friedman Date: Fri, 9 Oct 2015 23:15:21 +0000 (-0700) Subject: (tramp-open-connection-setup-interactive-shell): Send -onlcr as well. X-Git-Tag: emacs-25.0.90~1179 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1196e3fca6f9df107c76438b7d00090d19b13570;p=emacs.git (tramp-open-connection-setup-interactive-shell): Send -onlcr as well. --- 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.