diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/sysdep.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sysdep.c b/src/sysdep.c index e69c2b1ab74..26fd3923ff0 100644 --- a/src/sysdep.c +++ b/src/sysdep.c | |||
| @@ -588,11 +588,13 @@ child_setup_tty (out) | |||
| 588 | #endif | 588 | #endif |
| 589 | s.main.c_lflag &= ~ECHO; /* Disable echo */ | 589 | s.main.c_lflag &= ~ECHO; /* Disable echo */ |
| 590 | s.main.c_lflag |= ISIG; /* Enable signals */ | 590 | s.main.c_lflag |= ISIG; /* Enable signals */ |
| 591 | #if 0 | ||
| 591 | s.main.c_iflag &= ~ICRNL; /* Disable map of CR to NL on input */ | 592 | s.main.c_iflag &= ~ICRNL; /* Disable map of CR to NL on input */ |
| 592 | #ifdef INLCR /* Just being cautious, since I can't check how | 593 | #ifdef INLCR /* Just being cautious, since I can't check how |
| 593 | widespread INLCR is--rms. */ | 594 | widespread INLCR is--rms. */ |
| 594 | s.main.c_iflag &= ~INLCR; /* Disable map of NL to CR on input */ | 595 | s.main.c_iflag &= ~INLCR; /* Disable map of NL to CR on input */ |
| 595 | #endif | 596 | #endif |
| 597 | #endif | ||
| 596 | #ifdef IUCLC | 598 | #ifdef IUCLC |
| 597 | s.main.c_iflag &= ~IUCLC; /* Disable downcasing on input. */ | 599 | s.main.c_iflag &= ~IUCLC; /* Disable downcasing on input. */ |
| 598 | #endif | 600 | #endif |