Make sc_saver_keyb_only (sceen saver interrupted by keyboard input only)

the default.
This commit is contained in:
Alfred Perlstein 2002-06-06 06:02:17 +00:00
parent 8b34ad92a2
commit f5bd5dceda
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97918

View file

@ -89,7 +89,7 @@ static default_attr kernel_default = {
};
static int sc_console_unit = -1;
static int sc_saver_keyb_only;
static int sc_saver_keyb_only = 1;
static scr_stat *sc_console;
static struct tty *sc_console_tty;
static void *kernel_console_ts;