Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!news.wildstar.net!serv.hinet.net!news.uoregon.edu!hunter.premier.net!news.mathworks.com!newsfeed.internetmci.com!in2.uu.net!usenet.cisco.com!iverson From: iverson@cisco.com (Tim Iverson) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: problem with unwanted CR->LF translation Date: 9 Jul 1996 23:34:52 GMT Organization: cisco Lines: 15 Message-ID: <4ruqas$p5h@cronkite.cisco.com> References: <4rs5qm$g40@kzsu.Stanford.EDU> NNTP-Posting-Host: rottweiler.cisco.com In article <4rs5qm$g40@kzsu.Stanford.EDU>, Bob Vaughan <techie@kzsu.Stanford.EDU> wrote: |The strange part is that trying to change stty settings in tcsh |fail completely, while in bash they simply seem to have no effect. |I see the problem both on the console (mono) (both cons25 and PCVT), |csh seems to work fine.. I don't know about bash, but tcsh won't let you change some of the tty settings. It does this to ensure the tty always has the apropriate settings to support the editing commands. You can alter these "locked" settings with the builtin "setty" command. Bash is probably doing something similar. - Tim Iverson iverson@lionheart.com