From owner-cvs-all Fri May 18 2: 9: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id 1DA5A37B422; Fri, 18 May 2001 02:08:59 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from Mail-In.Net (borey.f2f.com.ua [62.149.0.24]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4I9A3E03953; Fri, 18 May 2001 12:10:05 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from vega.vega.com (root@das0-l110.uic-in.net [212.35.189.237]) by Mail-In.Net (8.11.3/8.H.Z) with ESMTP id f4I99e019728; Fri, 18 May 2001 12:09:42 +0300 (EEST) Received: (from max@localhost) by vega.vega.com (8.11.3/8.11.3) id f4I98kg29621; Fri, 18 May 2001 12:08:46 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200105180908.f4I98kg29621@vega.vega.com> Subject: Re: cvs commit: src/sys/dev/syscons syscons.c src/sys/sys consio.h To: nik@FreeBSD.ORG (Nik Clayton) Date: Fri, 18 May 2001 12:08:45 +0300 (EEST) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-Reply-To: from "Nik Clayton" at May 18, 2001 01:52:56 AM X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG > > nik 2001/05/18 01:52:56 PDT > > Modified files: > sys/dev/syscons syscons.c > sys/sys consio.h > Log: > Add a new ioctl to syscons, CONS_SCRSHOT. Given a userland buffer, it > copies out the current contents of the video buffer for a syscons terminal, > providing a snapshot of the text and attributes. > > Based heavily on work originally submitted by Joel Holveck > for 2.2.x almost 30 months ago, which I cleaned up a little, and forward > ported to -current. > > See also the usr.bin/scrshot utility. Cool! I've really missed such functionality since my first encounter with FreeBSD. Thank you! -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message