Comment change.
This commit is contained in:
parent
c940380872
commit
2ea99a1e34
1 changed files with 1 additions and 1 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue