Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxt!houxm!whuxl!whuxlm!akgua!gatech!seismo!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.UUCP Newsgroups: net.unix-wizards Subject: Re: UNIX Futures Message-ID: <1641@brl-smoke.ARPA> Date: Sat, 8-Mar-86 19:05:49 EST Article-I.D.: brl-smok.1641 Posted: Sat Mar 8 19:05:49 1986 Date-Received: Tue, 11-Mar-86 01:11:14 EST References: <67@cstvax.UUCP> <257@maynard.UUCP> <1199@ulysses.UUCP> <168@desint.UUCP> <1200@ulysses.UUCP> Reply-To: gwyn@brl.ARPA Distribution: net Organization: Ballistic Research Lab (BRL) Lines: 13 In article <1200@ulysses.UUCP> ggs@ulysses.UUCP (Griff Smith) writes: >One comment in my defense: job control works in Eighth edition UNIX >(V8). I don't know whether this is an oversight by the system impurity >hit squad or a conscious effort to perserve an occasionally useful >feature. I am curious about how this is accomplished; I don't see any SIGSTOP-generating character defined in TTYLD(4) (standard terminal handler line discipline). Perhaps there is an extra module slipped into place in your terminal stream; such a critter could easily catch e.g. ^Z and post a SIGSTOP. Streams make it easy to add features like this; you could even have a "Hazeltine tilde kludge" module..