comparison src/sysdep.c @ 41275:1886c6a31a52

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 19 Nov 2001 14:47:58 +0000
parents c8f21aec2f62
children e669966d496e
comparison
equal deleted inserted replaced
41274:8814f47be264 41275:1886c6a31a52
586 s.main.c_oflag &= ~(NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY); 586 s.main.c_oflag &= ~(NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY);
587 /* No output delays */ 587 /* No output delays */
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 #if 0 /* This causes bugs in (for instance) telnet to certain sites. */
592 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 */
593 #ifdef INLCR /* Just being cautious, since I can't check how 593 #ifdef INLCR /* Just being cautious, since I can't check how
594 widespread INLCR is--rms. */ 594 widespread INLCR is--rms. */
595 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 */
596 #endif 596 #endif