From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: "Douglas A. Gwyn" Message-ID: <3A115528.96770962@arl.army.mil> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <20001109163657.A5BC2199E6@mail.cse.psu.edu>, <00b201c04e20$7f4c4a00$0ab9c6d4@cybercable.fr> Subject: Re: [9fans] History Date: Tue, 14 Nov 2000 15:50:01 +0000 Topicbox-Message-UUID: 2a554f1e-eac9-11e9-9e20-41e7f4b1d025 Boyd Roberts wrote: > i was gonna stay outa this, but script uses those god-awful ptys, That's beside the point. I didn't say "port script", I said one measure of how good an operating system really is is how transparent and efficient a program *like* BSD "script" is. It ought to be possible to interpose a program "at" the user interface that captures all user output (which might be graphic, although for many purposes we could settle for the text that is understood by the terminal-like text windows) in some reviewable/replayable database (simple sequential text log, if not supporting graphics). Ideally, user input should be captured also (if supporting just text, then the displayed echo of the input might suffice). One design issue for a script-like program is how to process user-generated signals.