Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/26/1999 13:48:10
Module Name:	syssrc
Committed By:	thorpej
Date:		Thu Aug 26 20:48:10 UTC 1999

Modified Files:
	syssrc/sys/dev/rcons: rcons.h rcons_subr.c

Log Message:
Change the way the default foreground and background colors are chosen:
require the front-end to initialize rc_deffgcolor and rc_defbgcolor (both
new members), and override these only if RASTERCONSOLE_{FG,BG}COL are
set in the kernel configuration file.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 syssrc/sys/dev/rcons/rcons.h
cvs rdiff -r1.5 -r1.6 syssrc/sys/dev/rcons/rcons_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.