Kernel: VESA now somewhat handles Cursor in Graphics mode

This commit is contained in:
Bananymous
2022-12-27 18:29:02 +02:00
parent 2d46281c16
commit 620b836fc3
5 changed files with 75 additions and 16 deletions

View File

@@ -84,7 +84,7 @@ namespace Kernel
return;
}
m_tty->Clear();
m_tty->SetCursorPos(0, 0);
m_tty->SetCursorPosition(0, 0);
return;
}