Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!watmath!clyde!burl!ulysses!gamma!epsilon!zeta!sabre!bellcore!decvax!genrad!mit-eddie!think!harvard!seismo!brl-tgr!gwyn From: gwyn@brl-tgr.ARPA (Doug Gwyn ) Newsgroups: net.unix,net.unix-wizards Subject: Re: Can something like Script be done in System V? Message-ID: <11282@brl-tgr.ARPA> Date: Sun, 16-Jun-85 04:27:05 EDT Article-I.D.: brl-tgr.11282 Posted: Sun Jun 16 04:27:05 1985 Date-Received: Thu, 20-Jun-85 09:03:08 EDT References: <868@enea.UUCP> Organization: Ballistic Research Lab Lines: 11 Xref: watmath net.unix:4836 net.unix-wizards:13573 > Well System V wizards, how do you do a front end program that has total > terminal control even over a raw mode "application" like vi. > Some programs don't like to be piped at, so they have to fooled somehow. The general answer is, you can't do that in UNIX System V Release 2. I suspect it would be easy enough with stream I/O; rumor has it that stream I/O may be supported in the next release, which may be available around the end of this year. But this is just a rumor. UNIX processes were not supposed to care whether their input was from a terminal or not..