From: Alan Cox Date: Fri, 20 Apr 2018 12:31:22 +0000 (+0100) Subject: ubee: turn on clearing vt now the port bug is fixed X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=58f859815b7407b4ae3153e2faec5228af0dbef9;p=FUZIX.git ubee: turn on clearing vt now the port bug is fixed --- diff --git a/Kernel/platform-ubee/vt.c b/Kernel/platform-ubee/vt.c index fa3746f8..0f1477aa 100644 --- a/Kernel/platform-ubee/vt.c +++ b/Kernel/platform-ubee/vt.c @@ -27,7 +27,7 @@ void clear_lines(int8_t y, int8_t ct) char_addr(y, 0); vtcount = ct * (uint16_t)VT_WIDTH; vtchar = ' '; -// vwrite(); + vwrite(); } void clear_across(int8_t y, int8_t x, int16_t l)