coco3: tty: make initialized data match linked fmodes, e.i.
authorBrett Gordon <beretta42@gmail.com>
Wed, 7 Oct 2015 15:18:56 +0000 (11:18 -0400)
committerBrett Gordon <beretta42@gmail.com>
Wed, 7 Oct 2015 15:18:56 +0000 (11:18 -0400)
vt's are now 25 rows.

Kernel/platform-coco3/devtty.c

index 0af8398..0f4f5b7 100644 (file)
@@ -134,11 +134,11 @@ static struct pty ptytab[] = {
                0, 
                {0, 0, 0, 0}, 
                0xb400 / 8,
-               0x14,              /* 80 column */
+               0x74,              /* 80 column */
                80,
-               21,
+               25,
                79,
-               20,
+               24,
                &fmodes[0]
        },
        {
@@ -147,11 +147,11 @@ static struct pty ptytab[] = {
                0, 
                {0, 0, 0, 0}, 
                0xac80 / 8,
-               0x0c,              /* 40 column */
+               0x6c,              /* 40 column */
                40,
-               21,
+               25,
                39,
-               20,
+               24,
                &fmodes[1]
        }
 };