Xref: utzoo comp.sources.wanted:7587 comp.unix.xenix:6169 Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!cmcl2!phri!marob!daveh From: daveh@marob.masa.com (Dave Hammond) Newsgroups: comp.sources.wanted,comp.unix.xenix Subject: Re: Unix Print Screen Message-ID: <713@marob.masa.com> Date: 28 May 89 22:14:19 GMT References: <5420@megatest.UUCP> Reply-To: daveh@marob.masa.com (Dave Hammond) Followup-To: comp.sources.wanted Organization: ESCC New York City Lines: 17 In article <5420@megatest.UUCP> palowoda@megatest.UUCP (Bob Palowoda) writes: > Is there a program to do a print screen (with the print screen key) > for Xenix? No. At least, not a generic one common to many strains of Unix. If you are running a program which isn't a tty facist, you could pipe to "tee" and record the entire session. Then all you need to do is edit out the portions you need. Of course, this has drawbacks to the point of near impossibility, if the program is a visual (eg Curses-based) one. Separating display-programming sequences from data can be a true pleasure [ :-( ]. -- Dave Hammond daveh@marob.masa.com