Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Aug 2003 00:45:45 +0200
From:      Hendrik Hasenbein <hhasenbe@techfak.uni-bielefeld.de>
To:        Jerry McAllister <jerrymc@clunix.cl.msu.edu>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Scroll back in console
Message-ID:  <3F4E8619.70900@techfak.uni-bielefeld.de>
In-Reply-To: <200308282039.h7SKdboj028363@clunix.cl.msu.edu>
References:  <200308282039.h7SKdboj028363@clunix.cl.msu.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
Jerry McAllister wrote:
> Generally hitting Scroll Lock and then PageUp works for me.
> The amount you can see depends on the amount of space reserved
> for it that is configured.   I don't remember the parameter or
> place right off hand.  

You can configure options for the sc in the kernel (taken from 4.x):
device          sc0     at isa? flags 0x100
options         SC_NORM_ATTR="(FG_GREEN|BG_BLACK)"
options         SC_NORM_REV_ATTR="(FG_BLACK|BG_GREEN)"
options         SC_KERNEL_CONS_ATTR="(FG_RED|BG_BLACK)"
options         SC_KERNEL_CONS_REV_ATTR="(FG_BLACK|BG_RED)"
options         SC_HISTORY_SIZE=512

Hendrik



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F4E8619.70900>