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
Open sidebar
emacs
emacs
Commits
2ea99a1e
Commit
2ea99a1e
authored
Nov 19, 2001
by
Richard M. Stallman
Browse files
Comment change.
parent
c9403808
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/sysdep.c
src/sysdep.c
+1
-1
No files found.
src/sysdep.c
View file @
2ea99a1e
...
...
@@ -588,7 +588,7 @@ child_setup_tty (out)
#endif
s
.
main
.
c_lflag
&=
~
ECHO
;
/* Disable echo */
s
.
main
.
c_lflag
|=
ISIG
;
/* Enable signals */
#if 0
#if 0
/* This causes bugs in (for instance) telnet to certain sites. */
s.main.c_iflag &= ~ICRNL; /* Disable map of CR to NL on input */
#ifdef INLCR /* Just being cautious, since I can't check how
widespread INLCR is--rms. */
...
...
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