From: Brett Gordon Date: Sun, 1 Nov 2015 16:22:07 +0000 (-0500) Subject: coco3: vt: more flesh-out of vtattr_notify(). X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=bef8f7642bc23ac3a7faa1f048f8f104c1f6c4dd;p=FUZIX.git coco3: vt: more flesh-out of vtattr_notify(). --- diff --git a/Kernel/platform-coco3/devtty.c b/Kernel/platform-coco3/devtty.c index 9ec18ff8..df7daef9 100644 --- a/Kernel/platform-coco3/devtty.c +++ b/Kernel/platform-coco3/devtty.c @@ -456,8 +456,7 @@ void platform_interrupt(void) void vtattr_notify(void) { - curpty->attr += 1; - + curpty->attr = ((vtink&7)<<3) + (vtpaper&7); } int gfx_ioctl(uint8_t minor, uarg_t arg, char *ptr)