Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!usc!rutgers!ucsd!ucbvax!ziploc!eps From: eps@toaster.SFSU.EDU (Eric P. Scott) Newsgroups: comp.sys.next Subject: Re: kill char in csh Message-ID: <330@toaster.SFSU.EDU> Date: 24 Feb 90 18:54:05 GMT References: <800034@mrcnext.cso.uiuc.edu> Reply-To: eps@toaster.SFSU.EDU (Eric P. Scott) Organization: San Francisco State University Lines: 15 In article <800034@mrcnext.cso.uiuc.edu> carlson@mrcnext.cso.uiuc.edu writes: >To implement some fancy tricks, the csh shell does some input >editing (like ^H) itself (see CBREAK mode in tty(4)). > Basically, csh will remember the OLD setting for kill. >Thus both the old and new kill char will work. (I tested this.) >The work-around for this ain't easy. Basically, you have to change the >kill setting, and then RELOAD the shell (exec csh). Not a pretty sight. Also overkill. Try stty ...whatever...;set term=$term -=EPS=-