Path: utzoo!attcan!uunet!husc6!bloom-beacon!apple!bionet!agate!pasteur!ames!joyce!cslb!porthos!aida From: aida@porthos.csl.sri.com (Hitoshi Aida) Newsgroups: comp.unix.wizards Subject: Re: Multiply-defined sgtty characters? Message-ID: <7478@cslb.CSL.SRI.COM> Date: 9 Nov 88 20:39:13 GMT References: <174@ultb.UUCP> Sender: usenet@cslb.CSL.SRI.COM Reply-To: aida@csl.sri.com (Hitoshi Aida) Organization: Computer Science Lab, SRI International Lines: 25 In article <174@ultb.UUCP> cep4478@ultb.UUCP (C.E. Piggott (634EEC)) writes: > > Ultrix-32 (v. 2.4)'s Berkeley-like csh (/usr/new/csh, to be >more precise) has a pretty weird (I think) effect in the name of file- >name completion. > > What it does is to assign an additonal character to EOF. (Escape), >so that stty everything yields: > > eof > ^D/^[ It's not another EOF charactor but so-called break character. The difference between EOF charactor and break character is EOF character is not "read" when it is typed, but break character is included in input. Thus break charactor is much like new-line character than EOF. Showing break character in pair with EOF character is only the taste of stty command. To clear break character % stty brk undef is probably the easiest way. -------- Hitoshi AIDA Computer Science Lab, SRI International