/[emacs]/emacs/src/sysdep.c
ViewVC logotype

Diff of /emacs/src/sysdep.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.224 by pj, Sun Oct 21 12:08:54 2001 UTC revision 1.225 by rms, Sun Nov 11 20:11:14 2001 UTC
# Line 588  child_setup_tty (out) Line 588  child_setup_tty (out)
588  #endif  #endif
589    s.main.c_lflag &= ~ECHO;      /* Disable echo */    s.main.c_lflag &= ~ECHO;      /* Disable echo */
590    s.main.c_lflag |= ISIG;       /* Enable signals */    s.main.c_lflag |= ISIG;       /* Enable signals */
591    #if 0
592    s.main.c_iflag &= ~ICRNL;     /* Disable map of CR to NL on input */    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  #ifdef INLCR  /* Just being cautious, since I can't check how
594                   widespread INLCR is--rms.  */                   widespread INLCR is--rms.  */
595    s.main.c_iflag &= ~INLCR;     /* Disable map of NL to CR on input */    s.main.c_iflag &= ~INLCR;     /* Disable map of NL to CR on input */
596  #endif  #endif
597    #endif
598  #ifdef IUCLC  #ifdef IUCLC
599    s.main.c_iflag &= ~IUCLC;     /* Disable downcasing on input.  */    s.main.c_iflag &= ~IUCLC;     /* Disable downcasing on input.  */
600  #endif  #endif

Legend:
Removed from v.1.224  
changed lines
  Added in v.1.225

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26