From owner-freebsd-questions@FreeBSD.ORG Mon Mar 22 17:29:04 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFD3116A4FA for ; Mon, 22 Mar 2004 17:29:04 -0800 (PST) Received: from mxfep01.bredband.com (mxfep01.bredband.com [195.54.107.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DD9143D48 for ; Mon, 22 Mar 2004 17:29:03 -0800 (PST) (envelope-from dion@bredband.net) Received: from Hecate.my.hell ([213.113.217.247] [213.113.217.247]) by mxfep01.bredband.com with SMTP id <20040323012902.FRAU27595.mxfep01.bredband.com@Hecate.my.hell>; Tue, 23 Mar 2004 02:29:02 +0100 Date: Tue, 23 Mar 2004 02:29:04 +0100 From: Peder Blom To: Chris Pressey Message-Id: <20040323022904.7ee3a358.dion@bredband.net> In-Reply-To: <20040322165149.2be64a35.cpressey@catseye.mine.nu> References: <200403222257.i2MMvQNP074071@nomad.secure-computing.net> <20040322165149.2be64a35.cpressey@catseye.mine.nu> X-Mailer: Sylpheed version 0.9.10 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Virtual terminal buffer? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Mar 2004 01:29:05 -0000 On Mon, 22 Mar 2004 16:51:49 -0800 Chris Pressey wrote: > On Mon, 22 Mar 2004 16:57:26 -0600 (CST) > Eric F Crist wrote: > > > Hello list, > > > > Is there a way to clear the buffer after you've logged out of a > > virtual terminal? > > > > TIA > > > > Eric > > Well, you could call 'echo' a hundred times in your .logout script :) > > -Chris And if you run csh/tcsh you can put these two lines in your .logut script: vidcontrol -C clear