Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!csd4.milw.wisc.edu!leah!bingvaxu!sunybcs!boulder!stan!dworkin From: dworkin@Solbourne.COM (Dieter Muller) Newsgroups: comp.unix.wizards Subject: Re: What kinds of things would you want in the GNU OS? Message-ID: <1549@salgado.Solbourne.COM> Date: 5 Jul 89 02:03:40 GMT References: <20037@adm.BRL.MIL> <205@marvin.moncam.co.uk> <1035@riddle.UUCP> <8906272337.AA24210@cscwam.UMD.EDU> <214@tnl.UUCP> Reply-To: dworkin@Solbourne.com (Dieter Muller) Organization: Solbourne Computer Inc., Longmont, Colorado Lines: 18 I'd *really* like a sane tty driver. However, lacking that, at least generalize the concept of ``this key generates a SIGTSTP'' to ``this key generates a user-specified signal.'' Kinda like TOPS-20's tty driver, where you could do the equivalent of: ^T -> SIGUSR1 ^A -> SIGALRM ^Z -> SIGTSTP ^E -> SIGTSTP ^C -> SIGTERM ^B -> SIGKILL (Yeah, I know that's not how it really worked, but you could fake it without much effort, and this would be even more general. RMS has already said GNU isn't for `little' machines, so a lookup table in the tty driver wouldn't be too bad.) Dieter