mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-06 04:49:19 +00:00
Update display buffer handling
This commit is contained in:
@ -21,6 +21,6 @@
|
||||
|
||||
void cmd_clear(const char *)
|
||||
{
|
||||
Display->SetBufferCursor(0, 0, 0);
|
||||
Display->ClearBuffer(0);
|
||||
Display->SetBufferCursor(0, 0);
|
||||
Display->ClearBuffer();
|
||||
}
|
||||
|
Reference in New Issue
Block a user