From 58f859815b7407b4ae3153e2faec5228af0dbef9 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 20 Apr 2018 13:31:22 +0100 Subject: [PATCH] ubee: turn on clearing vt now the port bug is fixed --- Kernel/platform-ubee/vt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.34.1