Subject: Re: patch for wscons scrolling
To: David Ferlier <krp@freeshell.org>
From: Julio Merino <jmmv@hispabsd.org>
List: tech-kern
Date: 06/14/2002 12:46:25
On Fri, 14 Jun 2002 12:30:47 +0200
"David Ferlier" <krp@freeshell.org> wrote:

> All you suggested is perfect, many thanks for taking time to answer.
> 
> So, a kernel option will enable/disable the use of scrolling. If it is set, a wsconsctl flag will be set to zero or 1 to designate the wanted mode (zero -> combos, 1 -> hold screen, 0 by default ;-).

For kernel options, I would use #ifdef clauses in code to avoid
compiling something that people may not want ;) Be careful to set NULL
pointers in vga structures when kernel option is disabled.

HTH and thanks for your time :D

-- 
HispaBSD admin - http://www.hispabsd.org
Julio Merino <jmmv@hispabsd.org>