Subject: Re: console scrollback ?
To: None <netbsd-users@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: netbsd-users
Date: 08/10/2004 18:04:21
In article <1092155313.10443.24.camel@lh2.linush.net>,
C. Linus Hicks <lhicks@nc.rr.com> wrote:

>I'm running 2.0_BETA and all I get when I use that key combination is a
>bell. Is it supposed to work on amd64?

Some of the changes have been pulled up to 2.0_BETA. You need to have

options        WSDISPLAY_SCROLLSUPPORT

in your kernel. Also in 2.0 scrolling does not work for the first tty,
and the keys are not mapped by default. To enable this to work on other
ttys:

wsconsctl -w "map+=keycode 201=Cmd_ScrollFastUp Prior"
wsconsctl -w "map+=keycode 209=Cmd_ScrollFastDown Next"

christos