Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!mimsy!eneevax!umd5!brl-adm!adm!mike@BRL.ARPA From: mike@BRL.ARPA (Mike Muuss) Newsgroups: comp.unix.wizards Subject: Re: Help! I need an interrupt!! Message-ID: <7213@brl-adm.ARPA> Date: Sat, 2-May-87 03:34:11 EDT Article-I.D.: brl-adm.7213 Posted: Sat May 2 03:34:11 1987 Date-Received: Sun, 3-May-87 05:18:10 EDT Sender: news@brl-adm.ARPA Lines: 18 You really don't need to modify the kernel to do what you wish. What you seem to want is a T(W)ENEX-style shell that runs in RAW or CBREAK mode, so that it can process each character as it is typed. There is no need to invent this capability again. I'm running a very sophisticated version of the CSH which is called TCSH (TWENEX CSH) -- you can bind functions to keys, or to key sequences, has command and file name completion, EMACS-style history editing, etc, etc. If you have a UNIX source license, contact to arrange for a copy. If you prefer Bourne shell over CSH, no sweat. A similar set of features has been added to the Bourne shell, which is now called TBSH (TWENEX Bourne SHell). If you have a System-V R2 source license, contact to arrange for a copy. Best, -Mike