Path: utzoo!attcan!uunet!convex!convex.COM From: tchrist@convex.COM (Tom Christiansen) Newsgroups: comp.unix.programmer Subject: Re: The shell should handle tty modes along with job control Message-ID: <108290@convex.convex.com> Date: 6 Nov 90 15:35:18 GMT References: <20651:Nov409:46:3090@kramden.acf.nyu.edu> Sender: usenet@convex.com Reply-To: tchrist@convex.COM (Tom Christiansen) Organization: CONVEX Software Development, Richardson, TX Lines: 9 I agree that this is the shell's prerogative. The (t)csh I've used for the last 5 years or so has always done pretty much the right thing with modes. That is, it restores your tty to the state it was in before calling the program. It does seem to know to do the right thing with stty changes, although I haven't looked to see how it does that. --tom