From abdbe31fc580b8bec81561aedabe847ca7d89baa Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 12 Apr 2019 22:47:08 +0100 Subject: [PATCH] vt: mention cursor_disable --- Kernel/vt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Kernel/vt.c b/Kernel/vt.c index fea126c4..33a91558 100644 --- a/Kernel/vt.c +++ b/Kernel/vt.c @@ -12,6 +12,7 @@ * The caller is required to provide * * cursor_off(); + * cursor_disable(); * cursor_on(newy, newx) * clear_across(y,x,num) * clear_lines(y,num) -- 2.34.1