Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
1196e3fc
Commit
1196e3fc
authored
Oct 09, 2015
by
Noah Friedman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(tramp-open-connection-setup-interactive-shell): Send -onlcr as well.
parent
1b5953e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/net/tramp-sh.el
lisp/net/tramp-sh.el
+1
-1
No files found.
lisp/net/tramp-sh.el
View file @
1196e3fc
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment