mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 04:30:45 -08:00
(child_setup_tty): Don't clear ICRNL or INLCR.
This commit is contained in:
parent
da3b886d00
commit
5a04bfa984
1 changed files with 2 additions and 0 deletions
|
|
@ -588,11 +588,13 @@ child_setup_tty (out)
|
|||
#endif
|
||||
s.main.c_lflag &= ~ECHO; /* Disable echo */
|
||||
s.main.c_lflag |= ISIG; /* Enable signals */
|
||||
#if 0
|
||||
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. */
|
||||
s.main.c_iflag &= ~INLCR; /* Disable map of NL to CR on input */
|
||||
#endif
|
||||
#endif
|
||||
#ifdef IUCLC
|
||||
s.main.c_iflag &= ~IUCLC; /* Disable downcasing on input. */
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue