From: Brett Gordon Date: Sun, 1 Nov 2015 21:16:57 +0000 (-0500) Subject: vt.c: cover VT_SIMPLE with noop vtattrib_notify X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=d523b4f12353b81a47340fba2307cc7e8aec1fda;p=FUZIX.git vt.c: cover VT_SIMPLE with noop vtattrib_notify --- diff --git a/Kernel/vt.c b/Kernel/vt.c index 48390ac8..49bac7d8 100644 --- a/Kernel/vt.c +++ b/Kernel/vt.c @@ -404,6 +404,11 @@ void clear_across(int8_t y, int8_t x, int16_t l) memset(s, ' ', l); } +void vtattr_notify( void ) +{ +} + + /* FIXME: these should use memmove */ void scroll_up(void)