From owner-freebsd-questions@FreeBSD.ORG Mon Mar 22 16:46:12 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 AF3FC16A4CE for ; Mon, 22 Mar 2004 16:46:12 -0800 (PST) Received: from priv-edtnes12-hme0.telusplanet.net (outbound03.telus.net [199.185.220.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41DF243D49 for ; Mon, 22 Mar 2004 16:46:12 -0800 (PST) (envelope-from cpressey@catseye.mine.nu) Received: from catseye.biscuit.boo ([154.5.85.228]) by priv-edtnes12-hme0.telusplanet.netSMTP <20040323004611.QBLO27999.priv-edtnes12-hme0.telusplanet.net@catseye.biscuit.boo>; Mon, 22 Mar 2004 17:46:11 -0700 Date: Mon, 22 Mar 2004 16:51:49 -0800 From: Chris Pressey To: Eric F Crist Message-Id: <20040322165149.2be64a35.cpressey@catseye.mine.nu> In-Reply-To: <200403222257.i2MMvQNP074071@nomad.secure-computing.net> References: <200403222257.i2MMvQNP074071@nomad.secure-computing.net> Organization: Cat's Eye Technologies X-Mailer: Sylpheed version 0.9.9 (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 00:46:12 -0000 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