From: Brett Gordon Date: Thu, 29 Oct 2015 18:20:30 +0000 (-0400) Subject: make tty2 a pleasant green on black default. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=d7209f0bfe06f638039279d2004f8d7567e52451;p=FUZIX.git make tty2 a pleasant green on black default. --- 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 } };