From: Alan Cox Date: Fri, 22 May 2015 10:36:45 +0000 (+0100) Subject: mtx: note bug to fix X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=c4bcb7323e5474cc70ce80ad6ee08f833dc31774;p=FUZIX.git mtx: note bug to fix --- diff --git a/Kernel/platform-mtx/devtty.c b/Kernel/platform-mtx/devtty.c index 772b3c7c..cab268ef 100644 --- a/Kernel/platform-mtx/devtty.c +++ b/Kernel/platform-mtx/devtty.c @@ -314,3 +314,5 @@ void tty_interrupt(void) /* This is used by the vt asm code, but needs to live in the kernel */ uint16_t cursorpos; +/* FIXME: need to wrap vt_ioctl so we switch to the right tty before asking + the size! */