From owner-freebsd-questions Wed Sep 27 2:50:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by hub.freebsd.org (Postfix) with ESMTP id B4C9537B423 for ; Wed, 27 Sep 2000 02:50:25 -0700 (PDT) Received: by pcwin002.win.tue.nl (Postfix, from userid 1001) id C95B11344E; Wed, 27 Sep 2000 11:50:20 +0200 (CEST) Date: Wed, 27 Sep 2000 11:50:20 +0200 From: Stijn Hoop To: bsdnewbie bsdnewbie Cc: freebsd-questions@freebsd.org Subject: Re: How to enlarge the screen buffer Message-ID: <20000927115020.C9103@pcwin002.win.tue.nl> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from bsdnewbie@hotmail.com on Wed, Sep 27, 2000 at 05:18:35PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, On Wed, Sep 27, 2000 at 05:18:35PM -0600, bsdnewbie bsdnewbie wrote: > I usually use the key "Pause", then PageUP&Down to get the messages beyond > one screen. It seemed that system has keep these data in a screen buffer > (not sure). The question is: How to enlarge this buffer so I can see more > information? See /sys/i386/conf/LINT (on 4.1-STABLE): options SC_HISTORY_SIZE=200 # number of history buffer lines Increase that in your kernel config & recompile & reboot. That is if you're using sc of course, I wouldn't know if pcvt can do the same. HTH, --Stijn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message