From owner-freebsd-hackers Sun Nov 8 21:18:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA11511 for freebsd-hackers-outgoing; Sun, 8 Nov 1998 21:18:36 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from smtp03.primenet.com (smtp03.primenet.com [206.165.6.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA11492 for ; Sun, 8 Nov 1998 21:18:22 -0800 (PST) (envelope-from tlambert@usr07.primenet.com) Received: (from daemon@localhost) by smtp03.primenet.com (8.8.8/8.8.8) id WAA04511; Sun, 8 Nov 1998 22:18:05 -0700 (MST) Received: from usr07.primenet.com(206.165.6.207) via SMTP by smtp03.primenet.com, id smtpd004494; Sun Nov 8 22:18:03 1998 Received: (from tlambert@localhost) by usr07.primenet.com (8.8.5/8.8.5) id WAA28668; Sun, 8 Nov 1998 22:18:02 -0700 (MST) From: Terry Lambert Message-Id: <199811090518.WAA28668@usr07.primenet.com> Subject: Re: text mode screen grabber? To: yokota@zodiac.mech.utsunomiya-u.ac.jp (Kazutaka YOKOTA) Date: Mon, 9 Nov 1998 05:18:02 +0000 (GMT) Cc: nik@nothing-going-on.demon.co.uk, hackers@FreeBSD.ORG, yokota@zodiac.mech.utsunomiya-u.ac.jp In-Reply-To: <199811081510.AAA16053@zodiac.mech.utsunomiya-u.ac.jp> from "Kazutaka YOKOTA" at Nov 9, 98 00:10:42 am X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > >Has anyone got (or have pointers to useful code) a screen grabber for > >syscons? Ideally (and given an 80x25 screen) I'm looking for something > >that would write a 4000 byte file of { character code, colour } tuples. > [...] > > Have you considered script(1), a standard command, or `screen', which > is in the port collection, I expect? Someone should implement ESC [ 2 i (Media copy); it sends the current screen contents to the host. For syscons, it would rougly resemble a mouse_paste in stuffing the input buffer. Someone should also consider IBCS2 functionality wants: http://www5.sco.com/cgi-bin/ssl_getmanpage?screen+HW+OSES30+screen Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message