vt.c: cover VT_SIMPLE with noop vtattrib_notify
authorBrett Gordon <beretta42@gmail.com>
Sun, 1 Nov 2015 21:16:57 +0000 (16:16 -0500)
committerBrett Gordon <beretta42@gmail.com>
Sun, 1 Nov 2015 21:16:57 +0000 (16:16 -0500)
Kernel/vt.c

index 48390ac..49bac7d 100644 (file)
@@ -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)