diff options
Diffstat (limited to 'sys/dev/sbus/cgthree.c')
-rw-r--r-- | sys/dev/sbus/cgthree.c | 4 |
1 files changed, 2 insertions, 2 deletions
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[] = { |