From 2240730054e77f7393db56116441763af580042c Mon Sep 17 00:00:00 2001 From: Jason Wright Date: Sun, 6 Jan 2002 00:49:42 +0000 Subject: Claim to support WSSCREEN_WSCOLORS (drivers support it, but rcons doesn't appear to). --- sys/dev/sbus/cgsix.c | 4 ++-- sys/dev/sbus/cgthree.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/dev/sbus/cgsix.c b/sys/dev/sbus/cgsix.c index cb7e5eb9039..b0dca8a2d63 100644 --- a/sys/dev/sbus/cgsix.c +++ b/sys/dev/sbus/cgsix.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cgsix.c,v 1.4 2002/01/04 19:39:06 jason Exp $ */ +/* $OpenBSD: cgsix.c,v 1.5 2002/01/06 00:49:41 jason Exp $ */ /* * Copyright (c) 2001 Jason L. Wright (jason@thought.net) @@ -137,7 +137,7 @@ struct wsscreen_descr cgsix_stdscreen = { 0, 0, /* will be filled in -- XXX shouldn't, it's global. */ 0, 0, 0, - WSSCREEN_REVERSE + WSSCREEN_REVERSE | WSSCREEN_WSCOLORS }; const struct wsscreen_descr *cgsix_scrlist[] = { diff --git a/sys/dev/sbus/cgthree.c b/sys/dev/sbus/cgthree.c index 518914c298b..d6379500055 100644 --- a/sys/dev/sbus/cgthree.c +++ b/sys/dev/sbus/cgthree.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cgthree.c,v 1.4 2002/01/04 08:22:13 jason Exp $ */ +/* $OpenBSD: cgthree.c,v 1.5 2002/01/06 00:49:41 jason Exp $ */ /* * Copyright (c) 2001 Jason L. Wright (jason@thought.net) @@ -111,7 +111,7 @@ struct wsscreen_descr cgthree_stdscreen = { 0, 0, /* will be filled in -- XXX shouldn't, it's global. */ 0, 0, 0, - WSSCREEN_REVERSE + WSSCREEN_REVERSE | WSSCREEN_WSCOLORS }; const struct wsscreen_descr *cgthree_scrlist[] = { -- cgit v1.2.3