Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!mimsy!eneevax!umd5!brl-adm!adm!lear@aramis.rutgers.EDU From: lear@aramis.rutgers.EDU (eliot lear) Newsgroups: comp.unix.wizards Subject: Re: Help! I need an interrupt!! Message-ID: <7219@brl-adm.ARPA> Date: Sat, 2-May-87 22:55:40 EDT Article-I.D.: brl-adm.7219 Posted: Sat May 2 22:55:40 1987 Date-Received: Sun, 3-May-87 09:13:43 EDT Sender: news@brl-adm.ARPA Lines: 21 Again, Barry, thanks for your reply. Several points: First is that I do not want to rely upon any graphically oriented program to make this work, if possible. (Yes, I am a pain in the *** to satisfy ;-) I also do not want to have to implement this feature in every user program I am using. With regard to X, (to which I really don't want to be dependent upon) I still need to generate an interrupt somehow on the remote system. Using an idea like script is a thought. The question then turns to how script works. Does it actually see every character at any point? I believe it reads input based on the mode of program running underneath it and, therefore, wouldn't generally see input character by character. While I suspect it could be made to do reads character by character, I would like a little CPU left to crunch. I plan on looking over script closely, however, because it does look like a possibility. Again, thanks for your ideas, ...eliot