Source-Changes-HG archive

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

[src/netbsd-3]: src/sys/dev/wscons Pull up revision 1.31 (requested by martin...



details:   https://anonhg.NetBSD.org/src/rev/72915caed37b
branches:  netbsd-3
changeset: 575995:72915caed37b
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Jun 04 15:51:38 2005 +0000

description:
Pull up revision 1.31 (requested by martin in ticket #371):
Define a real white color - since WSCOL_WHITE is ANSI-emulation specific
defined as grey (which can't be fixed w/o breaking user config files).
Fixes PR kern/30064.

diffstat:

 sys/dev/wscons/wsdisplayvar.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2b7b538c9782 -r 72915caed37b sys/dev/wscons/wsdisplayvar.h
--- a/sys/dev/wscons/wsdisplayvar.h     Fri Jun 03 15:51:30 2005 +0000
+++ b/sys/dev/wscons/wsdisplayvar.h     Sat Jun 04 15:51:38 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wsdisplayvar.h,v 1.30 2005/02/04 02:10:49 perry Exp $ */
+/* $NetBSD: wsdisplayvar.h,v 1.30.4.1 2005/06/04 15:51:38 tron Exp $ */
 
 /*
  * Copyright (c) 1996, 1997 Christopher G. Demetriou.  All rights reserved.
@@ -66,6 +66,7 @@
 #define WSCOL_MAGENTA  5
 #define WSCOL_CYAN     6
 #define WSCOL_WHITE    7
+#define WSCOL_REALWHITE        (WSCOL_WHITE+8)
 /* flag values: */
 #define WSATTR_REVERSE 1
 #define WSATTR_HILIT   2



Home | Main Index | Thread Index | Old Index