Module Name:    src
Committed By:   rin
Date:           Tue Jul  7 02:37:27 UTC 2020

Modified Files:
        src/sys/arch/macppc/conf: POWERMAC_G5_11_2

Log Message:
Sync wscons colors with GENERIC; now it works fine!


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/macppc/conf/POWERMAC_G5_11_2

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

Modified files:

Index: src/sys/arch/macppc/conf/POWERMAC_G5_11_2
diff -u src/sys/arch/macppc/conf/POWERMAC_G5_11_2:1.18 src/sys/arch/macppc/conf/POWERMAC_G5_11_2:1.19
--- src/sys/arch/macppc/conf/POWERMAC_G5_11_2:1.18	Sat Jul  4 12:04:15 2020
+++ src/sys/arch/macppc/conf/POWERMAC_G5_11_2	Tue Jul  7 02:37:27 2020
@@ -83,6 +83,12 @@ options 	MIIVERBOSE	# verbose PHY autoco
 #options 	WSEMUL_SUN			# sun terminal emulation
 options 	WSEMUL_VT100			# VT100 / VT220 emulation
 options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
+
+options 	WS_DEFAULT_FG=WSCOL_BLACK
+options 	WS_DEFAULT_BG=WSCOL_LIGHT_WHITE
+options 	WS_KERNEL_FG=WSCOL_GREEN
+options 	WS_KERNEL_BG=WSCOL_LIGHT_WHITE
+
 #options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
 options 	FONT_GALLANT12x22
 

Reply via email to