mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-13 00:09:16 +00:00
Implement Virtual Terminal and fix /dev/kcon
This commit is contained in:
@ -21,6 +21,5 @@
|
||||
|
||||
void cmd_clear(const char *)
|
||||
{
|
||||
Display->SetBufferCursor(0, 0);
|
||||
Display->ClearBuffer();
|
||||
printf("\x1b[2J");
|
||||
}
|
||||
|
Reference in New Issue
Block a user