From: Brett Gordon Date: Sun, 1 Nov 2015 21:19:27 +0000 (-0500) Subject: vt: add new platform function to header file X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e07b26dba4535e9daaa2e2774af7254b217198c3;p=FUZIX.git vt: add new platform function to header file --- diff --git a/Kernel/include/vt.h b/Kernel/include/vt.h index 52958741..bde4f9d3 100644 --- a/Kernel/include/vt.h +++ b/Kernel/include/vt.h @@ -50,6 +50,7 @@ void plot_char(int8_t y, int8_t x, uint16_t c); void do_beep(void); int vt_ioctl(uint8_t minor, uarg_t op, char *ptr); int vt_inproc(uint8_t minor, unsigned char c); +void vtattr_notify( void ); extern uint8_t vtattr_cap; extern uint8_t vtink; extern uint8_t vtpaper;