diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-15 17:27:19 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-15 17:27:19 +0000 |
commit | 538ff6e92865b614b51c71ba7f6b580e0f39b31f (patch) | |
tree | f47729e545ba89f9ec9d92ce85f0647f3e4d2f2e /sys/dev | |
parent | ccf32cbf3f7a0e138bb4cc64025e012241cec36a (diff) |
Brown is ugly.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/wscons/wsemul_vt100_subr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/wscons/wsemul_vt100_subr.c b/sys/dev/wscons/wsemul_vt100_subr.c index 8e251259b66..c7af1d9df43 100644 --- a/sys/dev/wscons/wsemul_vt100_subr.c +++ b/sys/dev/wscons/wsemul_vt100_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wsemul_vt100_subr.c,v 1.2 2000/08/01 13:51:18 mickey Exp $ */ +/* $OpenBSD: wsemul_vt100_subr.c,v 1.3 2000/11/15 17:27:18 aaron Exp $ */ /* $NetBSD: wsemul_vt100_subr.c,v 1.7 2000/04/28 21:56:16 mycroft Exp $ */ /* @@ -662,7 +662,7 @@ vt100_selectattribute(edp, flags, fgcol, bgcol, attr, bkgdattr) !(edp->scrcapabilities & WSSCREEN_UNDERLINE)) { flags &= ~WSATTR_UNDERLINE; if (edp->scrcapabilities & WSSCREEN_WSCOLORS) { - bgcol = WSCOL_BROWN; + fgcol = WSCOL_CYAN; flags &= ~WSATTR_UNDERLINE; flags |= WSATTR_WSCOLORS; } else { |