aboutsummaryrefslogtreecommitdiff
path: root/sys/teken/teken_subr_compat.h
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2022-03-11 21:37:03 +0000
committerEd Maste <emaste@FreeBSD.org>2022-03-12 14:17:29 +0000
commitcf8880d52b8962edeb807a8ee1811d342fafa26d (patch)
tree3d33d91e9cd18dad57eb228458ffb25704c3a673 /sys/teken/teken_subr_compat.h
parent66b177e1b4330f7b26bfb4d73bb4cc6581721cc9 (diff)
downloadsrc-cf8880d52b8962edeb807a8ee1811d342fafa26d.tar.gz
src-cf8880d52b8962edeb807a8ee1811d342fafa26d.zip
Diffstat (limited to 'sys/teken/teken_subr_compat.h')
-rw-r--r--sys/teken/teken_subr_compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/teken/teken_subr_compat.h b/sys/teken/teken_subr_compat.h
index 4cf4f5e98c7b..c71fcea6ce9f 100644
--- a/sys/teken/teken_subr_compat.h
+++ b/sys/teken/teken_subr_compat.h
@@ -65,7 +65,7 @@ teken_subr_cons25_set_local_cursor_type(const teken_t *t, unsigned int type)
}
static const teken_color_t cons25_colors[8] = { TC_BLACK, TC_BLUE,
- TC_GREEN, TC_CYAN, TC_RED, TC_MAGENTA, TC_BROWN, TC_WHITE };
+ TC_GREEN, TC_CYAN, TC_RED, TC_MAGENTA, TC_YELLOW, TC_WHITE };
static void
teken_subr_cons25_set_default_background(teken_t *t, unsigned int c)