Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf Better/different/consistent wscons colo...



details:   https://anonhg.NetBSD.org/src/rev/9a140f46e48d
branches:  trunk
changeset: 781107:9a140f46e48d
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Aug 20 08:38:32 2012 +0000

description:
Better/different/consistent wscons colours.

diffstat:

 sys/arch/evbarm/conf/RPI |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r 7f9204cff35d -r 9a140f46e48d sys/arch/evbarm/conf/RPI
--- a/sys/arch/evbarm/conf/RPI  Mon Aug 20 08:07:52 2012 +0000
+++ b/sys/arch/evbarm/conf/RPI  Mon Aug 20 08:38:32 2012 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: RPI,v 1.4 2012/08/20 07:45:24 skrll Exp $
+#      $NetBSD: RPI,v 1.5 2012/08/20 08:38:32 skrll Exp $
 #
 #      RPi -- Raspberry Pi
 #
@@ -197,10 +197,10 @@
 # various options for wscons - we try to look as much like a standard
 # sun console as possible
 options        WSEMUL_VT100            # sun terminal emulation
-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        WS_DEFAULT_FG=WSCOL_WHITE
+options        WS_DEFAULT_BG=WSCOL_BLACK
+options        WS_KERNEL_FG=WSCOL_GREEN
+options        WS_KERNEL_BG=WSCOL_BLACK
 options        WSDISPLAY_COMPAT_USL            # wsconscfg VT handling
 options        WSDISPLAY_COMPAT_RAWKBD         # can get raw scancodes
 options        WSDISPLAY_DEFAULTSCREENS=4



Home | Main Index | Thread Index | Old Index