Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/macppc/conf Sync wscons colors with GENERIC; now it...
details: https://anonhg.NetBSD.org/src/rev/6a5a03286956
branches: trunk
changeset: 973678:6a5a03286956
user: rin <rin%NetBSD.org@localhost>
date: Tue Jul 07 02:37:27 2020 +0000
description:
Sync wscons colors with GENERIC; now it works fine!
diffstat:
sys/arch/macppc/conf/POWERMAC_G5_11_2 | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diffs (16 lines):
diff -r 2204fb4e87d1 -r 6a5a03286956 sys/arch/macppc/conf/POWERMAC_G5_11_2
--- a/sys/arch/macppc/conf/POWERMAC_G5_11_2 Tue Jul 07 02:33:54 2020 +0000
+++ b/sys/arch/macppc/conf/POWERMAC_G5_11_2 Tue Jul 07 02:37:27 2020 +0000
@@ -83,6 +83,12 @@
#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
Home |
Main Index |
Thread Index |
Old Index