From d7209f0bfe06f638039279d2004f8d7567e52451 Mon Sep 17 00:00:00 2001 From: Brett Gordon Date: Thu, 29 Oct 2015 14:20:30 -0400 Subject: [PATCH] make tty2 a pleasant green on black default. --- Kernel/platform-coco3/devtty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/platform-coco3/devtty.c b/Kernel/platform-coco3/devtty.c index a85093ec..d1f1c339 100644 --- a/Kernel/platform-coco3/devtty.c +++ b/Kernel/platform-coco3/devtty.c @@ -174,7 +174,7 @@ static struct pty ptytab[] VSECTD = { 39, 24, &fmodes[1], - 0x01 + 050 } }; -- 2.34.1