Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: Notesfiles $Revision: 1.6.2.17 $; site smu.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!ihnp4!inuxc!pur-ee!uiucdcs!smu!pedz From: pedz@smu.UUCP Newsgroups: net.unix-wizards Subject: Re: process status from the keyboard (li Message-ID: <32300014@smu.UUCP> Date: Tue, 5-Feb-85 00:56:00 EST Article-I.D.: smu.32300014 Posted: Tue Feb 5 00:56:00 1985 Date-Received: Thu, 31-Jan-85 02:08:39 EST References: <615@wucs.UUCP> Lines: 11 Nf-ID: #R:wucs:-61500:smu:32300014:000:483 Nf-From: smu!pedz Jan 28 23:56:00 1985 Response 3 of this note states that they implemented ^T to generate a signal which a user process traps and processes. I didn't do it that way. I simply changed the tty driver. The other method however seems very attractive since it allows a user to determine what should be printed out. Also, my implementation could not print out any info from the user space since the ^T was processed at interrupt time. The signal method would cure that problem. Any diffs available? Perry